pyCity / NetWorm

Python network worm that spreads on the local network and gives the attacker control of these machines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetWorm

forthebadge made-with-python

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..

Executing

Windows & Linux:

python worm.py

Screenshots

bruteforcing local machines Bruteforcing local machines with port 22 open.

Donation

If you like my content consider buying me a coffee. ( No coffees included, just a small donation.. :D )

Buy Me A Coffee

Meta

https://github.com/pylyf/NetWorm

Distributed under the MIT license.

Contributing

  1. Fork it (https://github.com/pylyf/NetWorm/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Legal Advice

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.

About

Python network worm that spreads on the local network and gives the attacker control of these machines.

License:MIT License


Languages

Language:Python 100.0%