Skip to content

Scripts I wrote while taking the "Offensive Security: Pentesting with Kali" course

License

Notifications You must be signed in to change notification settings

neilz/pwk_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwk_utils

Util scripts I wrote while taking the Offensive Security: Pentesting with Kali course

cracker.py

Submit NTLM hashes to http://cracker.offensive-security.com and retrieve results

> python3 ./cracker.py 0000 - < hashdump.txt

ftp_check.py

Validate credentials against an ftp server

> python3 ./ftp_check.py ftp.domain.local --stdin < ftp_creds.txt

payload_gen.py

Generate and (optionally) host reverse shell executables from msfvenom

> python3 ./payload_gen tap0 -l 80

About

Scripts I wrote while taking the "Offensive Security: Pentesting with Kali" course

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages