This file contains 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
#!/bin/sh | |
VERSION="v3.1.1" | |
ADVISORY="This script should be used for authorized penetration testing and/or educational purposes only. Any misuse of this software will not be the responsibility of the author or of any other collaborator. Use it at your own networks and/or with the network owner's permission." | |
########################################### | |
#-------) Checks pre-everything (---------# | |
########################################### | |
if [ "$(/usr/bin/id -u)" -eq "0" ]; then | |
IAMROOT="1" |