Recently Updated Pages
5. Gaining Access - WEP Cracking
Basics WEP means: Wired Equvalent Privacy It's an old encryption Uses an algorythm called RC4 S...
4. Targeted Packet Sniffing
After scanning via airodump-ng you get like previous stated a similar output like this: Pic a ta...
3. WiFi Bands and Frequencies
Now I'd like to talk about WiFi Bands. The Band defines what frequencies it uses to broadcast the...
2. Pre Connection Attacks
I am assuming you already did this: >>you need to prepare your network card like here<< Scan Netw...
1. Monitor Mode & Randomized MAC
Check Network Adapters iwconfig Cofigure Monitor Mode Standard Mode should be Mode:Managed and P...
New Page
Fill disks with zeroes dd if=/dev/zero bs=1M of=/dev/sda status=progress Fill disks with random ...
Create and restore apt-package-list
you can use this list for example to install all your apt packages on another machine, for exampl...
GPU Passtrough on Linuxmint 21
0: Pretext This Setup requires 2 Graphic Cards (1ntegrated and one internal PCI Graphicscard - or...
My Setup
Install Packages apt install vim curl wget tor torsocks torbrowser-launcher vokoscreen-ng wiresha...
Wargames
https://www.hackthebox.eu/ https://microcorruption.com/login http://smashthestack.org/ http://pwn...
Linux-Knowledge-Ressources
Wikis https://wiki.archlinux.org/ https://www.linux-kvm.org/page/Management_Tools https://wiki.in...
Compression and Decompressing
Get file extension file unknownfiletype.bin unknownfiletype.bin: gzip compressed data, was “data...
Simple Overview of all Settings
Create new folder name it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Rename it to s...
Simple Overview of all Settings
Create new folder name it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Rename it to s...
Revert commits
revert to last commit: git reset --soft HEAD~1 revert to commit X and don’t forget the final ‘ ....
ROT13
ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13) is a simple letter substitution cipher...
grep
grep string in txt / plaintext file grep searchstring data.txt grep files in folderstructure gre...
Search files for username and group
find / -user username -group groupname -ls```
apt-search for compiling
Whenever a compile fails with a missing file simply leverage the infrastructure to search for the...
Tar Backup via SSH
Create Backup tar -cf - sourcedir | ssh user@destinationserver 'cat > file.tar' Restore Backup s...