├── .zshrc ├── CVE-2024–45186.py ├── README.md ├── burpLast.sh ├── conky.conf ├── dirP.sh ├── docker-util ├── drupal-CVE-2014-3704.nse ├── exakat_Install_ubuntu18 ├── extension-backup.txt ├── findRpi.sh ├── french_forname_top1000.txt ├── french_name_top1000.txt ├── http-screenshot.nse ├── httpMethodsList ├── laraval-install-php7.4.sh ├── md5Crack.go ├── minecraftBedrock.nse ├── nessus.py ├── ngrep ├── nmap-cheat-sheet ├── portquiz ├── readFile.go ├── startChrome.ps1 └── xss.js /.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/.zshrc -------------------------------------------------------------------------------- /CVE-2024–45186.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/CVE-2024–45186.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/README.md -------------------------------------------------------------------------------- /burpLast.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/burpLast.sh -------------------------------------------------------------------------------- /conky.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/conky.conf -------------------------------------------------------------------------------- /dirP.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/dirP.sh -------------------------------------------------------------------------------- /docker-util: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/docker-util -------------------------------------------------------------------------------- /drupal-CVE-2014-3704.nse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/drupal-CVE-2014-3704.nse -------------------------------------------------------------------------------- /exakat_Install_ubuntu18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/exakat_Install_ubuntu18 -------------------------------------------------------------------------------- /extension-backup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/extension-backup.txt -------------------------------------------------------------------------------- /findRpi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/findRpi.sh -------------------------------------------------------------------------------- /french_forname_top1000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/french_forname_top1000.txt -------------------------------------------------------------------------------- /french_name_top1000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/french_name_top1000.txt -------------------------------------------------------------------------------- /http-screenshot.nse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/http-screenshot.nse -------------------------------------------------------------------------------- /httpMethodsList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/httpMethodsList -------------------------------------------------------------------------------- /laraval-install-php7.4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/laraval-install-php7.4.sh -------------------------------------------------------------------------------- /md5Crack.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/md5Crack.go -------------------------------------------------------------------------------- /minecraftBedrock.nse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/minecraftBedrock.nse -------------------------------------------------------------------------------- /nessus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/nessus.py -------------------------------------------------------------------------------- /ngrep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/ngrep -------------------------------------------------------------------------------- /nmap-cheat-sheet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/nmap-cheat-sheet -------------------------------------------------------------------------------- /portquiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/portquiz -------------------------------------------------------------------------------- /readFile.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/readFile.go -------------------------------------------------------------------------------- /startChrome.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0x25/useful/HEAD/startChrome.ps1 -------------------------------------------------------------------------------- /xss.js: -------------------------------------------------------------------------------- 1 | console.log('xss'); 2 | --------------------------------------------------------------------------------