starTips and tricks

Tmux

tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal.

Revshells.com

Generate reverse shells for all platforms

Make use of aliases and examples

You will be 100x more efficient by using aliases of commands you use a lot, I got most aliases underneath from https://github.com/jazzpizazz/zsh-aliasesarrow-up-right.

List IP's

Make directory and CD into it

Setup webserver

Default nmap scan

This alias scans a target, and stores the output

Nmap UDP

Generate linux reverse shells into index.html

I always combine this with Setup webserverto get a EZ reverse shell with Linux machine's:

This pipes index.html to sh and executes all the reverse shells possibilities.

Generate PHP reverse shell

Generate PowerShell reverse shell

Upgrade shells

Pwncat

Will start pwncat in a env and listen on port 1337

Setup Ligolo

Fuzz directories

Fuzz vhosts

Write your own scripts

For most things there will be a open source tool, but these tools often come with way too much functionality then actually needed. So write your own tools to prevent noise on the target. You will also be a lot more efficient if you got your own toolset.

Last updated