Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T10:04:31.000Z (3 months ago)
- Last Synced: 2024-08-16T11:25:18.954Z (3 months 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: 5
-
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
![Image](./assests/ssh1.png)
![Image](./assests/ssh2.png)
##### FTP
![Image](./assests/ftp1.png)
![Image](./assests/ftp2.png)
## 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