Technique, Tool and Lecture (TTL) #21

Technique:

Interesting XSS Cheatsheet. Add this to your Wordlist repo!

Link HERE

Tool:

remotezip. A super dope python package that allows you to remotely unzip zip files hosted on a web server or better yet, only unzip and download specific files from the hosted zip file!

pip install remotezip

# list contents of a remote zip file
remotezip -l “http://site/bigfile.zip”# extract file.txt from a remote zip file
remotezip “http://site/bigfile.zip” “file.txt”

Link HERE

Source Link (Also a great series of posts ) HERE

Lecture:

Search and Seizure Explained – Tyler Pitchford

Check out all the entries of this series!

END TRANSMISSION

Leave a Reply