Bash & Zsh Command History Hacks: Say Goodbye to history | grep
A better and quicker way than "history | grep" to cycle through your command history in Bash or Zsh is by using reverse search, which is built into most shells.…
A better and quicker way than "history | grep" to cycle through your command history in Bash or Zsh is by using reverse search, which is built into most shells.…
The Linux find command is a powerful and versatile tool designed for searching and locating files and directories within a file system. It is a command-line utility that offers a…
This is a quick post on how to cross-grade from regular kali linux to kali-purple:1) make sure you have the correct kali sources for rolling-releases cat /etc/apt/sources.list # See https://www.kali.org/docs/general-use/kali-linux-sources-list-repositories/…
Leading on from the prev article - An API, or Application Programming Interface, is a set of rules and protocols that allows different software applications to communicate and interact with…
nc netcat opening listening ports - Netcat scan examples. Netcat (often abbreviated as nc) is a versatile command-line utility used for managing network connections. Known as the "Swiss army knife"…
zmap is an opensource network scanner, most often used to scan whole external internet networks in this tutorial I'll show you how to run zmap on a local network. One…
Investigating uPNP with python for fun and profit. SSDP is an interesting uPNP protocol - devices advertise their capabilities on the network and leak valuable information. SSDP is very similar…
Snapcraft building arm snaps on raspberry pi! This post will focus on wrapping a python script using snap. Its recommended that you do this on ubuntu core 18, available from…
MetaSploit tutorial for beginners This MetaSploit tutorial for beginners is meant to be a starting guide on how to use MetaSploit if you have never used it before. It assumes…