https://github.com/cybervarun/py-utils
Simple python cli utilities for password cracking and for scanning/testing network
https://github.com/cybervarun/py-utils
brute-force bruteforce hacking hacking-tool password penetration-testing pentest-tool pentesting python scanning
Last synced: about 1 month ago
JSON representation
Simple python cli utilities for password cracking and for scanning/testing network
- Host: GitHub
- URL: https://github.com/cybervarun/py-utils
- Owner: CyberVarun
- Created: 2022-02-01T12:15:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T11:57:14.000Z (9 months ago)
- Last Synced: 2025-04-24T01:47:16.634Z (about 1 month ago)
- Topics: brute-force, bruteforce, hacking, hacking-tool, password, penetration-testing, pentest-tool, pentesting, python, scanning
- Language: Python
- Homepage:
- Size: 51.5 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disclaimer
This tool is for Educational purpose only. We do not promote or encourage any illegal activities.
## Summary
These are Simple python scripts to test/scan your network.
## Installation
```bash
curl https://raw.githubusercontent.com/CyberVarun/py-utils/main/install.sh | bash
cd py-utils/
python3 main.py --help
```
#### Usage
```python
Usage: main.py [OPTIONS] COMMAND [ARGS]...Options:
--help Show this message and exit.Commands:
crack Set of tools to crack FTP, SSH login and md5 hash.
scapy Set of tools to scan/test network (using scapy module).
socket Set of tools to scan/test network (using socket module).```
##### SSH


##### FTP


## Rockyou.txt
Rockyou.txt has been removed from repo but you can download it from here (official link from kali mirror.)
Rockyou wordlist is a password dictionary used to help to perform different types of password cracking attacks. It is the collection of the most used and potential passwords.## Tested on
Raspberry Pi OS