Simple pentesting / cybersecurity scripts
- dorking_files.sh - perform a google dorking and search for files in a website
- hashcode.py - hash/encode data (base64, md5, sha)
- html_parsing.sh - perform an HTML parsing of a website
- kali_config.sh - basic configuration of a new Kali Linux
- network_port_scan.sh - scan for an specific open port in the network hosts
- password_generator.py - generate random passwords with customized length
- ping_sweep.ps1 - perform a ping sweep in the network
- ping_sweep.sh - perform a ping sweep (ICMP) in the network
- ping_syn_sweep.sh - perform a ping sweep (ICMP + SYN) in the network
- port_scan.ps1 - perform a port scan in the target host
- port_scan.py - perform a port scan in a target host
- saltedhash_cracker.py - crack salted hashes based on wordlists
- smb_access_check.sh - test for accessible SMB shares