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!
- Technique, Tool and Lecture (TTL) #20
- Technique, Tool and Lecture #19
- Technique, Tool and Lecture #18
- Technique, Tool and Lecture #17
- Technique Tool and Lecture #16
- Technique, Tool and Lecture #15
- Technique Tool and Lecture #14
- Technique Tool and Lecture #13
- Technique, Tool and Lecture #12
- Technique, Tool and Lecture #11
- Technique Tool and Lecture #10
- Technique, Tool and Lecture #9
- Technique, Tool and Lecture #8
- Technique, Tool and Lecture #7
- Technique, Tool and Lecture #6
- Technique, Tool and Lecture #5
- Technique, Tool and Lecture #4
- Technique, Tool and Lecture #3
- Technique, Tool and Lecture #2
- Technique, Tool and Lecture #1
END TRANSMISSION