User contributions
16 June 2021
4 June 2021
3 June 2021
Get pip
Created page with "https://bootstrap.pypa.io/get-pip.py"
Raspberry Pi: Wifi
no edit summary
m+87
23 May 2021
6 May 2021
21 April 2021
Linux: Exit terminal leavin all processes running
Created page with "<syntaxhighlight lang="bash"> disown -a && exit </syntaxhighlight>"
Linux edit las command
Created page with "fc"
Linux ramdisk
Created page with "<syntaxhighlight lang="bash"> mkdir -p /mnt/ram mount -t tmpfs tmpfs /mnt/ram -o size=8192M </syntaxhighlight>"
19 April 2021
GitLab CI
Created page with "https://github.com/toert/django-gitlab-ci-guide"
Fake process command ps aux
Created page with "https://pentestwiki.org/academy/how-to-disguise-a-covert-channel-with-netcat-like-a-harmless-command/ https://github.com/defensahacker/pnfaker"
16 April 2021
Buffer Overflow
no edit summary
m+204
Buffer Overflow
Created page with "https://ethicalhackingguru.com/the-buffer-overflow-guide-for-kali-linux/"
15 April 2021
13 April 2021
12 April 2021
11 April 2021
7 April 2021
6 April 2021
Linux command: iptables
no edit summary
m+376
Linux: SSH
Trinity
m+213
BASH
Set files and folder permissions
m+303
25 March 2021
9 March 2021
2 March 2021
11 February 2021
Linux: SSH
SSH Config with jump machine
m-36
Linux: SSH
$HOME/.ssh/config
m+402
Raspberry Pi
WiFi setup
m+342
10 February 2021
Raspberry Pi
???
m+208
Raspberry Pi
no edit summary
m+244
Raspberry Pi
no edit summary
m+287
Raspberry Pi
WPA2
m+286
Raspberry Pi
no edit summary
m+131
Linux Time Zone
Created page with "<syntaxhighlight lang="bash"> timedatectl ls -l /etc/localtime timedatectl list-timezones | grep -i madrid sudo timedatectl set-timezone Europe/Madrid </syntaxhighlight>"
19 October 2020
Cracking AD
Created page with "===Cracking01 (Alias: Goku01)=== {| class="wikitable" |+Resources !Type !Description |- |OS |Kali GNU/Linux Rolling |- |CPU(s) |20 |- |Mem |62G |} ==Instalación:== *Instala..."
SMB Server
Created page with "[https://github.com/SecureAuthCorp/impacket/blob/master/examples/smbserver.py Impaket SMBServer]<syntaxhighlight lang="bash"> [Unit] Description=Impacket SMB Server After=netw..."
28 September 2020
Linux CPU
Created page with "== List CPU == <syntaxhighlight lang="bash"> lscpu </syntaxhighlight><br /> == Bring CPU online == <syntaxhighlight lang="bash"> echo 1 | sudo tee /sys/devices/system/cpu/cpu..."
Linux comand: apt-get
View Package versions
m+150
28 May 2020
27 April 2020
Django Management command
no edit summary
m+64
Django Management command
Created page with "app_dir/management/commands/cmdname.py<syntaxhighlight lang="python3"> from django.core.management.base import BaseCommand, CommandError class Command(BaseCommand): def..."
11 April 2020
8 April 2020
18 March 2020
Linux command: rsync
Remove source files after succesfull transfer
m+20
Linux command: find
Exclude 2 extensions
m+111
Linux command: find
Exclude extension
m+108