Git Product home page Git Product logo

Comments (3)

0x3C50 avatar 0x3C50 commented on June 16, 2024 1

omg who would have thought that scanning 5k ips a fucking second would crash the internet!!!! 😱 😨

from creeper.

ObscenityIB avatar ObscenityIB commented on June 16, 2024

only If your connection is very slow.
the scan is set to 5kpps, about 1Mbit/s.

you can edit the script and change the line 82 from:
sudo masscan --excludefile exclude.conf -p 25565 --rate 5000 -oG ./creeper-logs/creeper-scan-$logtime.log $1 2>&1 | tee -a ./creeper-logs/creeper-logger-$logtime.log
to something like:
sudo masscan --excludefile exclude.conf -p 25565 --rate 2500 -oG ./creeper-logs/creeper-scan-$logtime.log $1 2>&1 | tee -a ./creeper-logs/creeper-logger-$logtime.log

Just lower the --rate part.

Maybe even smaller, depending on how slow your internet is.
Of course this will make the scan take longer, but it should stop weaker connections from dying.

If it still dies after this, check your router settings if there is a firewall with a packet speed limit or something similar.

from creeper.

ObscenityIB avatar ObscenityIB commented on June 16, 2024

Stale, Closing.

from creeper.

Related Issues (6)

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.