Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pylyf/NetWorm
Python network worm that spreads on the local network and gives the attacker control of these machines.
https://github.com/pylyf/NetWorm
attacker-control backdoor bruteforcing-local-machines hacking hacking-code machine malware pentesting pentesting-windows python python-network-worm python-virus rat spread trojan worm
Last synced: 2 months ago
JSON representation
Python network worm that spreads on the local network and gives the attacker control of these machines.
- Host: GitHub
- URL: https://github.com/pylyf/NetWorm
- Owner: pylyf
- License: mit
- Created: 2018-07-06T19:57:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T23:26:38.000Z (over 2 years ago)
- Last Synced: 2024-08-03T01:26:19.648Z (6 months ago)
- Topics: attacker-control, backdoor, bruteforcing-local-machines, hacking, hacking-code, machine, malware, pentesting, pentesting-windows, python, python-network-worm, python-virus, rat, spread, trojan, worm
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 453
- Watchers: 24
- Forks: 156
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - pylyf/NetWorm - Python network worm that spreads on the local network and gives the attacker control of these machines. (Python)
README
# NetWorm
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)> 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..
## Screenshots
![bruteforcing local machines](https://github.com/pylyf/NetWorm/blob/master/screenshots/pic1.PNG)_Bruteforcing local machines with port 22 open._
## Downloading necessary libraries
```
pip install -r requirements.txt
```## Executing
Windows & Linux:
```
python worm.py
```## Compilation (.exe)
Targeted machines won´t probably have python and the required libraries installed.
To run this code on other machines, you need to convert it into an executable.I recommend the [Pyinstaller library](https://www.pyinstaller.org/).
To use it, simply write these commands in your terminal:
```
pip install pyinstallerpyinstaller worm.py
```## Meta
[https://github.com/pylyf/NetWorm](https://github.com/pylyf/NetWorm)
Distributed under the MIT license.
## Contributing
1. Fork it ()
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.