[Shared Web Hosting Fuck]Weevely 0.4 is OUT :D
Avevo già parlato di weevely, dalla prima versione a questa
0.4 sono cambiate molte cose :)
Le caratteristiche principali sono
- Comunicazioni offuscate all’interno di referer di richieste HTTP
- Codice della backdoor ridotto con iniezione dinamica di funzioni
- Moduli per automatizzare l’iterazione con il sistema remoto
- Più tecniche supportate per ogni compito, allo scopo di eludere disable_functions, safe_mode e altre restrizioni di PHP
Per backbox è già uscito l’aggiornamento :D
Mentre per scaricare weevely da svn:
svn checkout http://weevely.googlecode.com/svn/trunk/ weevely
cd weevely
Per eseguirlo, dobbiamo usare python 2.7 ;)
Su backbox o ubuntu viene usato di default ;)
Su archlinux, invece per eseguire weevely non ci basterà un:
./weevely.py
Ma:
python2 weevely.py
Weevely è molto utile anche per testare la sicurezza di un server condiviso.
Quando si installa un cms su un server condiviso, ad esempio wordpress nel wp-config.php le password
per accedere al database vengono scritte in chiaro.
Se non impostiamo i permessi giusti al nostro file (400) su un server linux non ben configurato chiunque potrà leggere il nostro file.
L’enumerazione degli utenti su un server è abbastanza semplice, basta un:
cat /etc/passswd
Se non ci va bene con questa cosa ci basterà un:
ls /var/mail
se anche questa volta siamo sfigati possiamo utilizzare:
DRIL: Reverse IP with Bing API [python example]
Di solito i siti su un server condiviso vengono inseriti in:
/home/website/public_html
Una volta bucato un sito si capisce tutto :)
Per enumerare i files non potretti come il wp-config.php su un server web condiviso possiamo usare un modulo per weevely :D
Per avere un help su tutti i moduli basta digitare:
:help
Buon divertimento :)
Sito progetto weevely:
code.google.com/p/weevely/
Sito del nostro amico e sviluppatore emilio:
http://disse.cting.org/blog/2011/10/20/weevely-0.4-out/
Related posts:
- PHP backdoor with Weevely
- [PHP- Backdoor] Tiny Shell
- [beta1]ClsHack Scanner: PHP _GET/_POST/_COOKIE VAR LOCATE
- [PYTHON]Fake DNS Server
- PyLoris 3.0: for testing a Denial of Service (DoS) attack
This entry was posted on Friday, October 21st, 2011 at 1:21 pm and is filed under Hacking, Programming, Software. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Tagged with: php • python • server






