Python network worm that spreads on the local network and gives the attacker control of these machines.
This code is not finished and works more like a "worm template" for you to get inspiration at the moment.
You can bruteforce ssh servers, spread with USBs, etc..
Windows & Linux:
python worm.py
Bruteforcing local machines with port 22 open.
https://github.com/pylyf/NetWorm
Distributed under the MIT license.
- Fork it (https://github.com/pylyf/NetWorm/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
THIS REPOSITORY AND EVERY SCRIPT INCLUDED IN IT IS FOR EDUCATIONAL AND TESTING PURPOSES ONLY. THE OWNER NOR ANY CONTRIBUTOR IS NOT RESPONSIBLE FOR YOUR ACTIONS.