Skip to content

Everything about my expirience as a Security Analyst

License

Notifications You must be signed in to change notification settings

nzanoa/CyberSecurity

Repository files navigation

CyberSecurity

Few scripts necessary for Pentesters

HTML PAGE CLONER

This script will help you clone all Front-End resources of a website (HTML/ CSS / JS / Others).

python3 HTMLPageCloner.py -u https://moyindugeek.com -f test.html

HTTP Page Cloner

PING SWEEP

This script will help you discover hosts alive in a subnet.

bash Enumeration/PingSweep.sh

Ping Sweep Screenshot

FULL PORTS LIST

This script will provide a list of all open port on a machine formated in a way that can be easily reused by other scanning tools.

bash Enumeration/PortList.sh

Port List Screenshot

BRUTEFORCE ZIP

This Script will help you bruteforce a zip file.

python3 BruteForceZip.py --zipfile file.zip --passfile pwd.txt

Bruteforce Zip File

SEND ANONYMOUS EMAIL

This script will help you sending anonymous email to a specified Email address.

python3 AnonymousEmail.py

Send Anonymous Email

BRUTEFORCE FTP

This Script will help you bruteforce remotely a ftp account.

python3 BruteForceFTP.py --ftp 10.1.1.1 --username admin --passfile pwd.txt

About

Everything about my expirience as a Security Analyst

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published