J2TEAM Security: A must-have extension for Chrome users. Install now!

How to use SlowHTTPTest HTTP DoS Tool

How to use SlowHTTPTest HTTP DoS Tool | Juno_okyo's Blog
1 min read
Xem bài viết tiếng Việt tại đây:
http://junookyo.blogspot.com/2012/10/thu-nghiem-kha-nang-chiu-tai-cua.html
Introduction :
Slow HTTP DoS attacks rely on the fact that the HTTP protocol, by design, requires requests to be completely received by the server before they are processed. SlowHTTPTest is developed by Sergey Shekyan, Who is  Developer Web Application Scanning at Qualys.
This tool is enough capable to acquire resource on server side at application layer.

How to Install SlowHTTPTest?
wget http://slowhttptest.googlecode.com/files/slowhttptest-1.1.tar.gz
gunzip slowhttptest-1.1.tar.gz
tar xf slowhttptest-1.1.tar
cd slowhttptest-1.1

Configure & Compile it. You can use custom –prefix=your-location
./configure
make
make install

How To Use SlowHTTPTest for DoS?
slowhttptest -c 1000 -B -g -o output-file-name -i 100 -r 300 -s 10240 -u http://www.example.com/url/page.html -x 20
Detailed options :
-a start start value of ranges-specifier for range header test
-b bytes limit of range-specifier for range header test
-c number of connections limited to 1024
-H, B, or R specify to slow down in headers section or in message body.
            -R enables range test
-g generate statistics in CSV and HTML formats, pattern is slow_xxx.csv/html,
   where xxx is the time and date
-i seconds interval between follow up data in seconds, per connection
-l seconds test duration in seconds
-o file custom output file path and/or name, effective if -g is specified
-r connections per second connection rate
-s bytes value of Content-Length header, if -B specified
-t verb custom verb to use
-u URL target URL, the same format you type in browser, e.g https://host:port/
-v level verbosity level of log 0-4
-x bytes max length of follow up data
Troubleshooting :
configure: error: OpenSSL is missing
Install openssl devel package on backtrack(or any debian based distro)
aptitude install libssl-dev
On CEntOS Linux :
yum install openssl-devel
SlowHTTPTest Video Tutorial :

Leader at J2TEAM. Website: https://j2team.dev/

Bạn có thể thích những bài đăng này

  • Trước đó, mình có viết 1 tool flood ChangUonDyU Chatbox, nhưng thực sự thì thấy nếu chỉ flood chatbox của ChangUonDyU thì không ổn. Mình viết lại 1 tool flood nhiều thứ hơn thế nữa…
  • J2TeaM Hasher <version 1.0> Home page: http://junookyo.blogspot.com/ About: + Aero interface, easy to use and friendly. + Hash your data, string to MD5 or S…
  • CodeXploiter is a White-Box scanner used for finding vulnerabilities in PHP files. It scans PHP source code files automatically based on selected rules and configurations. …
  • GUI for SQLMap Rảnh rỗi ngồi làm GUI cho SQLMap - một công cụ khai thác SQL Injection tự động. Nếu chưa biết SQLMap thì bạn có thể xem qua bài viết "Kiểm thử tấn công SQL Injec…
  • Giải pháp của các bạn khi muốn lưu trữ Shell là gì? Thường thì bạn sẽ lưu chúng vào một tệp tin văn bản (TXT) hoặc bookmark – đánh dấu những liên kết để dễ tìm…
  • The script consist of 10 Most used Tools by Hackers and Pentesters. 2 Private scripts , 1 - Subdomain scanner , 2- Ftp Brute forcer. it is release 1 , In next list …

Đăng nhận xét

Cảm ơn bạn đã đọc bài viết!

- Bạn có gợi ý hoặc bình luận xin chia sẻ bên dưới.

- Hãy viết tiếng Việt có dấu nếu có thể!