![]() |
||||||||||||
Grabber Package DescriptionGrabber is a web application scanner. Basically it detects some kind of vulnerabilities in your website. Grabber is simple, not fast but portable and really adaptable. This software is designed to scan small websites such as personals, forums etc. absolutely not big application: it would take too long time and flood your network. Features:
Source: http://rgaucher.info/beta/grabber/
Tools included in the grabber packagegrabber – Web application vulnerability scannerroot@kali:~# grabber -h
Usage: grabber [options] Options: grabber Usage ExampleSpider the web application to a depth of 1 (–spider 1) and attempt SQL (–sql) and XSS (–xss) attacks at the given URL (–url http://192.168.1.224): root@kali:~# grabber –spider 1 –sql –xss –url http://192.168.1.224
Start scanning… http://192.168.1.224 runSpiderScan @ http://192.168.1.224 | # 1 Start investigation… Method = GET http://192.168.1.224 [Cookie] 0 : <Cookie PHPSESSID=2742cljd8u6aclfktf1sh284u7 for 192.168.1.224/> [Cookie] 1 : <Cookie security=high for 192.168.1.224/> Method = GET http://192.168.1.224 [Cookie] 0 : <Cookie PHPSESSID=2742cljd8u6aclfktf1sh284u7 for 192.168.1.224/> [Cookie] 1 : <Cookie security=high for 192.168.1.224/>
|
||||||||||||
|