• Stars
    star
    433
  • Rank 99,816 (Top 2 %)
  • Language
    Go
  • Created almost 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

DoS tool for HTTP requests (inspired by hulk but has more functionalities)

doser.py

DoS tool for HTTP requests (inspired by hulk but has more functionalities) written in Python:

Examples

999 threads sends GET requests:

python doser.py -t 999 -g 'https://targeted.site.com'

999 threads sends POST requests with json data:

python doser.py -t 999 -p 'https://targeted.site.com' -ah 'Content-Type: application/json' -d '{"json": "payload"}'

Usage

usage: doser.py [-h] [-g G] [-p P] [-d D] [-ah AH] [-t T]

optional arguments:

-h, --help show this help message and exit

-g Specify GET request. Usage: -g '< url >'

-p Specify POST request. Usage: -p '< url >'

-d Specify data payload for POST request

-ah Specify addtional header

-t Specify number of threads to be used

TODO:

Rewrite to Golang :)

More Repositories

1

Autorize

Automatic authorization enforcement detection extension for burp suite written in Jython developed by Barak Tawily in order to ease application security people work and allow them perform an automatic authorization tests
Python
900
star
2

XSSor

XSSor is a semi-automatic reflected and persistent XSS detector extension for Burp Suite. The tool was written in Python by Barak Tawily, an application security expert. XSSor was designed to help security testers by performing semi-automatic reflected and persistent XSS detection tests.
Python
45
star
3

PT-Manager

Penetration Test Vulnerabilities Manager is an extension for Burp Suite, written in Jython. It was developed by Barak Tawily in order to help application security professionals manage vulnerabilities
Python
32
star
4

pyhacks

Python module to ease writing scripts go over big amount of data in order to perform the same actions. A simple preconfigured threads and queue management and more hacking utils
Python
13
star
5

robots.py

robots.py is a script was designed to observe and analyze robots.txt of targeted website in order to ease information security experts work. developed by Barak Tawily.
Python
9
star
6

Request-Forwarder-for-Burp

Just a simple plugin for Burp Suite to set annoying domains you don't want to intercept while interception is on
Python
8
star
7

csrFile

Creates HTML file that exploits file upload CSRF
Python
4
star
8

ulauncher-notes

simple ulauncher extension for notes.
Python
2
star
9

calclock

Set events on calendar with title "Alarm" in order to automatically set alarms on my mobile phone via Remote Alarm Clock to avoid missing events
Python
2
star