Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

HULK DoS tool ported to Go with some additional features.

License

NotificationsYou must be signed in to change notification settings

worldleader911/hulk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HULK DoS tool ported to Go language from Python.Original Python utility by Barry Shteimanhttp://www.sectorix.com/2012/05/17/hulk-web-server-dos-tool/

I just ported utility as is quick and dirty. Original functions names are keeped and original logic mostly keeped too.Minor features added:

  • you may set custom number of threads used for requests
  • also set number of CPU cores used by program (nice Go feature)
  • program correctly killed by Ctl+C

This tool targeted for load testing and may really down badly configured server. Use it wisely.

Examples:

$ hulk -site http://example.com/test/ 2>/dev/null$ HULKMAXPROCS=4096 hulk -site http://example.com 2>/tmp/errlog

Useful environment vars:

  • GOMAXPROCSSet it to number of your CPUs or higher.
  • HULKMAXPROCSLimit the connection pool (1024 by default). To create high load use higher values.

More details:http://siberian.laika.name/node/7

License

Copyright Alexander I.Grafovgrafov@gmail.com

Original HULK utility authority of Barry Shteiman (http://sectorix.com). There are not any references to license in the original source than it not under GPL. Ask author of the original utility about license.

Go version of HULK licensed under GPLv3. See LICENSE.

About

HULK DoS tool ported to Go with some additional features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go54.7%
  • Python42.9%
  • Dockerfile2.4%

[8]ページ先頭

©2009-2025 Movatter.jp