Skip to main content

Recently Updated Pages

Aircrack vs. WPA2

Crack WiFi WPA2 via Aircrack-ng

Install Aircrack sudo apt-get install aircrack-ng Search for Wlan Adapters sudo airmon-ng Enab...

Updated 3 years ago by tinfoil-hat

Three easy steps:

How to set tx power to 30 on Alfa AWSU036H

Here it goes root@kali:~# ifconfig wlan1 down root@kali:~# iw reg set BO root@kali:~# iwconfig wl...

Updated 3 years ago by tinfoil-hat

Basics

Git Commands Overview

Creating a new repository mkdir project cd project git init git remote add origin git@github.com:...

Updated 3 years ago by tinfoil-hat

Using `dd` and `ssh` to copy a disk image over a network

SSH

dd if=/dev/sdX | ssh user@remotehost "dd of=ops-tools.img" Another Way On the Sourcemachine tar...

Updated 3 years ago by tinfoil-hat

stat

Stat

Get Date of OS Installation stat / | grep "Birth" | sed 's/Birth: //g' | cut -b 2-11

Updated 3 years ago by tinfoil-hat

Join the Matrix

The Matrix

What is the Matrix In my opinion, The Matrix films provide the best metaphor our society has for ...

Updated 3 years ago by tinfoil-hat

Monitoring

Proxmox

Remember to do Backups!!! install smpd apt-get install snmpd libsnmp-dev add v3 user net-snmp-co...

Updated 3 years ago by tinfoil-hat

Install Torsocks

Torsocks

apt-get install torsocks if you haven't already enabled TOR, enable it via systemctl enable --no...

Updated 3 years ago by tinfoil-hat

install ffmpeg

ffmpeg

apt-get install ffmpeg Convert .wav file to mp3 ffmpeg -i track01.wav -acodec mp3 track01.mp3 Y...

Updated 3 years ago by tinfoil-hat

New Page

Cron

About Cron # Edit this file to introduce tasks to be run by cron. # # Each task to run has to be...

Updated 3 years ago by tinfoil-hat

Sed

Sed

Quite often when working with text files you’ll need to find and replace strings of text in one o...

Updated 3 years ago by tinfoil-hat

Featured Tech Blogs

Nice Tech Blogs

https://geekgonecrazy.com https://zerokspot.com https://robert.winter.ink https://www.brandonsjou...

Updated 3 years ago by tinfoil-hat

Useful Web Apps

Web-Apps

Ping DNS IP https://network-tools.com/ https://whatsmyip.com/ https://pingability.com/zoneinfo.js...

Updated 3 years ago by tinfoil-hat

fdupes

Less known but useful bash Commands

delete duplicate files without conformation fdupes -r /path/to/folder To manually confirm deleti...

Updated 3 years ago by tinfoil-hat

Less known but useful Commmands

Less known but useful bash Commands

Redo last command but as root sudo !! Open an Editor, write a bash command (and execute in shell...

Updated 3 years ago by tinfoil-hat

Cheatsheet

Tmux

session management tmux ls (or tmux list-sessions) tmux new -s session-name Ctrl-b d Detac...

Updated 3 years ago by tinfoil-hat

TORify Weechat

weechat

Enable SASL EXTERNAL Create a new certificate TLS. ref mkdir ~/.weechat/certs cd ~/.weechat/certs...

Updated 3 years ago by tinfoil-hat

youtube-dl

youtube-dl

Installation sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube...

Updated 3 years ago by tinfoil-hat

fail2ban

fail2ban

unban IP Address fail2ban-client unban Show status of all fail2ban jails at once #!/bin/bash J...

Updated 3 years ago by tinfoil-hat

Surf the Darknet via Torsocks

w3m

torsocks w3m domain.onion

Updated 3 years ago by tinfoil-hat