pathbrute icon indicating copy to clipboard operation
pathbrute copied to clipboard

Lookup URI paths that were found and compare them against DB for ExploitDB, Packetstorm and Metasploit Framework.

Open milo2012 opened this issue 5 years ago • 0 comments

Below is an example

$ ./pathBrute -u http://xx.xx.xx.xx -p /e/enews/index.php -x -v -i [*] Pre-Bruteforce Checks http://xx.xx.xx.xx/NonExistence [404] [1263] [404错误页面]

[*] Testing URI Paths: (Total: 1) http://xx.xx.xx.xx/e/enews/index.php [200] [1064] [message notification] [1 of 1] [Found] http://xx.xx.xx.xx/e/enews/index.php [200] [1064] [message notification]

Below is the additional output that will be added

[*] Database Lookup
[Source]	    [Filename]	    [URI Path]		       [Vuln Category]
exploitdb	    10069.php	    /e/enews/index.php	        sql

milo2012 avatar Aug 18 '18 07:08 milo2012