Tunna/Fulcrom (HTTP)
# Everything is through HTTP
# Bypass some IPS/IDS
# First step is to deploy webshell on the target
# Some are available with the tool (but not good)
# Can be hard to use
# Then on the attacker machine
python2 proxy.py -u http://192.168.2.105:8080/conn.php -l 7777 -r 80 -a 10.42.42.2 -v
Last updated