Difference between revisions of "Siege: multiple url"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "==Jalankan== ==Hasil== ==Pranala Menarik== * siege") |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | ==urls.txt== | ||
+ | |||
+ | Edit file | ||
+ | |||
+ | vi /home/onno/.siege/urls.txt | ||
+ | |||
+ | Isi misalnya dengan | ||
+ | |||
+ | http://192.168.88.240/DVWA-1.9/login.php POST username=admin&password=password&Login=Login | ||
+ | http://192.168.88.240/squirrelmail/src/redirect.php POST login_username=onno&secretkey=123456&js_autodetect_results=1&just_logged_in=1 | ||
+ | |||
+ | # comments behind hashes | ||
+ | http://homer.whoohoo.com/index.shtml | ||
+ | http://homer.whoohoo.com/howto.jsp | ||
+ | http://homer.whoohoo.com/cgi-bin/hello.pl?first=bart&last=simpson | ||
+ | # and on and on.... | ||
+ | |||
+ | PROT=https:// | ||
+ | $(PROT)eos.joedog.org/siege/index.php | ||
+ | $(PROT)eos.joedog.org/wacky/index.php | ||
+ | $(PROT)eos.joedog.org/scout/index.php | ||
+ | $(PROT)eos.joedog.org/libping/index.php | ||
+ | $(PROT)eos.joedog.org/gunner/index.php | ||
+ | |||
+ | |||
==Jalankan== | ==Jalankan== | ||
+ | |||
+ | |||
+ | |||
==Hasil== | ==Hasil== |
Revision as of 15:50, 6 December 2018
urls.txt
Edit file
vi /home/onno/.siege/urls.txt
Isi misalnya dengan
http://192.168.88.240/DVWA-1.9/login.php POST username=admin&password=password&Login=Login http://192.168.88.240/squirrelmail/src/redirect.php POST login_username=onno&secretkey=123456&js_autodetect_results=1&just_logged_in=1
# comments behind hashes http://homer.whoohoo.com/index.shtml http://homer.whoohoo.com/howto.jsp http://homer.whoohoo.com/cgi-bin/hello.pl?first=bart&last=simpson # and on and on....
PROT=https:// $(PROT)eos.joedog.org/siege/index.php $(PROT)eos.joedog.org/wacky/index.php $(PROT)eos.joedog.org/scout/index.php $(PROT)eos.joedog.org/libping/index.php $(PROT)eos.joedog.org/gunner/index.php