Coder Social home page Coder Social logo

nguyenduyphuong90hy / hulk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from grafov/hulk

0.0 2.0 0.0 138 KB

HULK DoS tool ported to Go with some additional features.

Home Page: http://siberian.laika.name/node/7

License: GNU General Public License v3.0

Go 46.16% Python 53.84%

hulk's Introduction

Hulk DoS tool

HULK DoS tool ported to Go language from Python. Original Python utility by Barry Shteiman http://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:

  • GOMAXPROCS Set it to number of your CPUs or higher.
  • HULKMAXPROCS Limit 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.Grafov [email protected]

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.

hulk's People

Contributors

grafov avatar

Watchers

James Cloos avatar Pokemon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.