Skip to main content

Recently Updated Pages

5. Gaining Access - WEP Cracking

wireless

Basics WEP means: Wired Equvalent Privacy It's an old encryption Uses an algorythm called RC4 S...

Updated 1 year ago by tinfoil-hat

4. Targeted Packet Sniffing

wireless

After scanning via airodump-ng you get like previous stated a similar output like this: Pic a ta...

Updated 1 year ago by tinfoil-hat

3. WiFi Bands and Frequencies

wireless

Now I'd like to talk about WiFi Bands. The Band defines what frequencies it uses to broadcast the...

Updated 1 year ago by tinfoil-hat

2. Pre Connection Attacks

wireless

I am assuming you already did this: >>you need to prepare your network card like here<< Scan Netw...

Updated 1 year ago by tinfoil-hat

1. Monitor Mode & Randomized MAC

wireless

Check Network Adapters iwconfig Cofigure Monitor Mode Standard Mode should be Mode:Managed and P...

Updated 1 year ago by tinfoil-hat

New Page

dd

Fill disks with zeroes dd if=/dev/zero bs=1M of=/dev/sda status=progress Fill disks with random ...

Updated 2 years ago by tinfoil-hat

Create and restore apt-package-list

Debian

you can use this list for example to install all your apt packages on another machine, for exampl...

Updated 2 years ago by tinfoil-hat

GPU Passtrough on Linuxmint 21

My Linux Mint Setup

0: Pretext This Setup requires 2 Graphic Cards (1ntegrated and one internal PCI Graphicscard - or...

Updated 2 years ago by tinfoil-hat

My Setup

My Linux Mint Setup

Install Packages apt install vim curl wget tor torsocks torbrowser-launcher vokoscreen-ng wiresha...

Updated 2 years ago by tinfoil-hat

Wargames

Wargames

https://www.hackthebox.eu/ https://microcorruption.com/login http://smashthestack.org/ http://pwn...

Updated 2 years ago by tinfoil-hat

Linux-Knowledge-Ressources

Linux-Knowledge-Ressources

Wikis https://wiki.archlinux.org/ https://www.linux-kvm.org/page/Management_Tools https://wiki.in...

Updated 2 years ago by tinfoil-hat

Compression and Decompressing

File Compression

Get file extension file unknownfiletype.bin unknownfiletype.bin: gzip compressed data, was “data...

Updated 2 years ago by tinfoil-hat

Simple Overview of all Settings

Windows Godmode

Create new folder name it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Rename it to s...

Updated 2 years ago by tinfoil-hat

Simple Overview of all Settings

Godmode

Create new folder name it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Rename it to s...

Updated 2 years ago by tinfoil-hat

Revert commits

Git Commands Overview

revert to last commit: git reset --soft HEAD~1 revert to commit X and don’t forget the final ‘ ....

Updated 2 years ago by tinfoil-hat

ROT13

Rot13

ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13) is a simple letter substitution cipher...

Updated 2 years ago by tinfoil-hat

grep

find / grep /sort /unique

grep string in txt / plaintext file grep searchstring data.txt grep files in folderstructure gre...

Updated 2 years ago by tinfoil-hat

Search files for username and group

find / grep /sort /unique

find / -user username -group groupname -ls```

Updated 2 years ago by tinfoil-hat

apt-search for compiling

apt

Whenever a compile fails with a missing file simply leverage the infrastructure to search for the...

Updated 2 years ago by tinfoil-hat

Tar Backup via SSH

Tar Backup via SSH

Create Backup tar -cf - sourcedir | ssh user@destinationserver 'cat > file.tar' Restore Backup s...

Updated 3 years ago by tinfoil-hat