Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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