Indeed the best and greatest
Fast layouts
Nice little trick to block ads across the system
Discover - Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Veil - Veil is a tool designed to generate metasploit payloads that bypass common anti-virus solutions.
Holistic Infosec - Lots of good pentesting tools available here.
GTFObins - The project collects legitimate functions of Unix binaries that can be abused to break out restricted shells, escalate or maintain elevated privileges, transfer files, spawn bind and reverse shells, and facilitate the other post-exploitation tasks.
Instead of using a ready-to-use audit script, this one is more informative and in-depth
As a follow-up to this I think, I am going to start a new feature here on Bucket: new commandline tools/tips which I find as I work. Here is today's:
tail -f /path/to/file
nikto
link herenmap -p80 192.168.0.0/24 -oG - | nikto.pl -h -
Very interesting use of powerpoint.
Ruthlessly prioritize your tasks and strategic decisions so you stop wasting energy and precious lifetime.
This is one of the best posts in /r/India
. While I don’t agree with everything that’s written here, but I do agree with this:
Do not make the mistake of continuously looking for "that one self-help book" that will change your life.
To remove the duplicate lines preserving their order in the file use:
awk '!visited[$0]++' your_file > deduplicated_file