mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-10 06:34:17 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
cf1ccc07f8
commit
b585666744
1 changed files with 5 additions and 5 deletions
|
@ -206,8 +206,8 @@ To bruteforce passwords
|
|||
* using `crackstation`
|
||||
* using `seclists`
|
||||
|
||||
export HISTFILE=/dev/null found this it might help you out a little when doing KOTH it basically stops bash logging your commands in the ~/.bash_history file
|
||||
sudo ifconfig tun0 down
|
||||
sudo ip link set tun0 down
|
||||
sudo ip link delete tun0
|
||||
sudo systemctl restart systemd-networkd ; sudo systemctl status systemd-networkd
|
||||
export HISTFILE=/dev/null found this it might help you out a little when doing KOTH it basically stops bash logging your commands in the ~/.bash_history file <br/>
|
||||
sudo ifconfig tun0 down<br/>
|
||||
sudo ip link set tun0 down<br/>
|
||||
sudo ip link delete tun0<br/>
|
||||
sudo systemctl restart systemd-networkd ; sudo systemctl status systemd-networkd<br/>
|
||||
|
|
Loading…
Reference in a new issue