gitextract_dy92f1ou/ ├── LICENSE ├── README.md ├── notes/ │ ├── Active Directory.md │ ├── Commands.md │ ├── Docker Commands.md │ ├── Git Commands.md │ ├── Password Cracking.md │ ├── Pivoting.md │ ├── PostExploitationCommands.md │ ├── README.md │ ├── Regular Commands.md │ ├── Reverse Shell.md │ ├── Reversing.md │ └── linux-cli-productivity.md ├── scripts/ │ ├── README.md │ ├── hackthebox/ │ │ ├── arkham.py │ │ ├── htb-machines.py │ │ ├── name_grab.py │ │ ├── nc-portscan.sh │ │ ├── rev-shells.py │ │ ├── snapwr3nch.py │ │ ├── travel.py │ │ ├── wr3nch.py │ │ └── xpath-inj.py │ ├── installation/ │ │ ├── docker-linux.sh │ │ ├── docker-parrot.sh │ │ ├── docker-standard.sh │ │ ├── fping-install.sh │ │ ├── pwntools-python3.sh │ │ ├── python2-pip.sh │ │ └── python3-pip.sh │ └── misc/ │ ├── adapter.sh │ ├── bashrc_custom │ ├── fix-bg-noise-obs.sh │ ├── pdf-protect.sh │ ├── report-gen.md │ └── report.sh └── tools/ ├── README.md └── tools.md