NewEraCracker / LOIC

Deprecated - Low Orbit Ion Cannon - An open source network stress tool, written in C#. Based on Praetox's LOIC project. USE ON YOUR OWN RISK. WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. IF YOU GET V& IT IS YOUR FAULT.
https://github.com/NewEraCracker/LOIC/
Other
2.6k stars 646 forks source link

James Matchett- Add ICMP attack method #68

Closed JamesMatchett closed 6 years ago

JamesMatchett commented 6 years ago

Third time's the charm, as per issue #64.

Adds the option for ICMP (ping flood) attacks either with no data in the buffer sent with the ping or a random amount of random bits (up to 65500) in the buffer.

Random bits selected with the "Append random chars" checkbox when ICMP is selected in the method box and number of pings per thread selected with Sockets/thread when ICMP is selected.

Hope this helps contribute towards the program, hope to help write further methods in the future

-with thanks, James

NewEraCracker commented 6 years ago

Amazing! Thanks a lot for the contribution. Will merge soon.

NewEraCracker commented 6 years ago

So, I have improved the code and it is now on master. Please let me know if it works well for you.

JamesMatchett commented 6 years ago

Just read through the changes, looks perfect :) , thank you very much 👍