Coder Social home page Coder Social logo

kl3ssydra / saygoodbye Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 60 KB

๐Ÿ˜€ simple Dos tool in python and go

Home Page: https://github.com/kl3ssydra

License: Apache License 2.0

Go 47.52% Python 47.50% Dockerfile 2.58% Batchfile 2.40%
dos python tool golang hacking utilities web security http

saygoodbye's Introduction


๐Ÿ˜€ DOS TOOL ๐Ÿ˜€


ported to Go language from Python.

The main difference from Python version layed in Golang architecture for concurrency: the goroutines. main.py runs a new thread for each connection in the connection pool so it uses hundreds and thousands of threads. hulk.go just uses lightweight goroutines that used only tens of threads (commonly golang runtime started one thread for CPU core + several service threads). This architecture allows golang version better consume resources and got much higher connection pool on the same hardware than Python version can.

This tool targeted for stress testing and may really down badly configured server or badly made app. Use it carefully.


Usage :

    โžฅ      $ python3 main.py <url>
Examples : 

    โžฅ      $ python main.py https://example.com
    โžฅ      $ main.py -site http://example.com 2>/dev/null
    โžฅ      $ SGBMAXPROCS=4096 main.py -site http://example.com 2>/tmp/errlog



saygoodbye's People

Contributors

kl3ssydra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.