An interactive PSA by Brian Lechthaler
note: if you're viewing this on GitHub the following line willl not contain a clickable link. Thanks, GitHub security team!
Is your markdown parser vulnerable to XSS? click here to find out!
An interactive PSA by Brian Lechthaler
note: if you're viewing this on GitHub the following line willl not contain a clickable link. Thanks, GitHub security team!
Is your markdown parser vulnerable to XSS? click here to find out!
| #Example torrc for relay nodes | |
| #Non-exit, logs, no socks proxy, ORPort 9001 | |
| #RELAY CONFIG: | |
| ##Open ORPort on 9001 for inbound relay traffic. | |
| ###You will definitely need to expose this port to NAT and adjust iptables as necessary. | |
| ORPort 9001 |
| #!/bin/sh | |
| #IMPORTANT: | |
| # Make sure to place this dockerfile in a directory | |
| # with your (username).ovpn profile from your connection path!!! | |
| #NB: You can change this to any debian-based distro | |
| FROM kalilinux/kali-linux-docker | |
| RUN apt-get update ; apt-get upgrade -y |
| #!/bin/sh | |
| #IMPORTANT: | |
| # Make sure to place this dockerfile in a directory | |
| # with your (username).ovpn profile from your connection path!!! | |
| #NB: You can change this to any debian-based distro | |
| FROM kalilinux/kali-linux-docker | |
| RUN apt-get update ; apt-get upgrade -y |
| set $mod Mod4 | |
| #Set the font to something nice. Requires nerdfonts to be installed. | |
| font pango:SpaceMono NF Regular 12 | |
| #font pango:DejaVu Sans Mono 8 | |
| # Use Mouse+$mod to drag floating windows to their wanted position | |
| floating_modifier $mod | |
| # start a terminal |
| #Brian Lechthaler | |
| #2/3/2019 | |
| #NTS370/Project 1.5 | |
| #University of Advancing Technologies | |
| # | |
| #[Project from NTS370 "Shell Scripting for Hackers"] | |
| # | |
| #EasyCrypt | |
| # Use OpenSSL to encrypt/decrypt files | |
| # with a user-defined password. |
| ####PLEASE CHECK LINES 30-33 BEFORE EXECUTING SCRIPT! | |
| ####YOU HAVE BEEN WARNED. | |
| #!/bin/bash | |
| ####CUDA Installation | |
| sudo apt-get install wget git openssl curl | |
| git clone https://gist.github.com/aabccbe60948d9fb29f5dacf81c5fd84.git | |
| chmod +x aabccbe60948d9fb29f5dacf81c5fd84/install_cuda.sh | |
| ./aabccbe60948d9fb29f5dacf81c5fd84/install_cuda.sh |
| #!/bin/bash | |
| cd /tmp | |
| wget https://developer.nvidia.com/compute/cuda/9.1/Prod/local_installers/cuda-repo-ubuntu1604-9-1-local_9.1.85-1_amd64 | |
| sudo dpkg -i cuda-repo-ubuntu1604-9-1-local_9.1.85-1_amd64 | |
| sudo apt-key add /var/cuda-repo-9-1-local/7fa2af80.pub | |
| sudo apt-get update | |
| sudo apt-get install cuda -y | |
| echo "-----------------" | |
| echo "INSTALL COMPLETE." | |
| echo "HIT ANY KEY" |
| #!/bin/bash | |
| echo "This script will install Docker CE." | |
| echo "Press any key to continue." | |
| read -n 1 | |
| sudo apt-get update | |
| sudo apt-get install apt-transport-https ca-certificates curl software-properties-common -y | |
| curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
| sudo apt-key fingerprint 0EBFCD88 | |
| sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | |
| sudo apt-get update |
I hereby claim:
To claim this, I am signing this object: