π
π
π
π
Jacob Shodd
Searchβ¦
The Hitchhiker's Guide to Random Knowledge
Cheat Sheets
Security
File Transferring
Reverse Shells
Password Attacks
Enumeration
One Liners
Writeups
Hack The Box
Over The Wire
/dev/random
GoBot
Resume
Powered By
GitBook
One Liners
This is simply a random assortment of useful one line commands that I use frequently.
Mounting Shared Folders for VMWare
1
sudo
vmhgfs-fuse .host:/ /mnt/ -o
subtype
=
vmhgfs-fuse,allow_other
Copied!
Spoofing a Webserver with Socat
Have a xss vulnerability and need a place to make requests to? Sure you could set up a python webserver, but if you simply need to catch requests and display them then socat is a better solution.
1
sudo
socat TCP-LISTEN:80,reuseaddr,fork -
Copied!
Previous
Enumeration
Next - Writeups
Hack The Box
Last modified
3mo ago
Copy link
Contents
Mounting Shared Folders for VMWare
Spoofing a Webserver with Socat