Skip to content
Python network worm that spreads on the local network and gives the attacker control of these machines.
Python
Branch: master
Clone or download

Latest commit

Latest commit 501828f Dec 7, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
screenshots pic1 moved to folder Jul 27, 2018
LICENSE Initial commit Jul 6, 2018
README.md Updating SSH scan function. Jun 13, 2019
worm.py Updating SSH scan function. Jun 13, 2019

README.md

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.

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.

You can’t perform that action at this time.