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
< ?php header("Location: http://www.redirect.to.url.com/"); > |
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
oot@ADD-FD39R52:~# apt-get install nvidia-driver | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
dkms glx-alternative-mesa glx-alternative-nvidia glx-diversions libegl1-nvidia libgl1-nvidia-glx libgles1-nvidia libgles2-nvidia libjansson4 libnvidia-eglcore libnvidia-ml1 libxnvctrl0 linux-headers-amd64 nvidia-alternative | |
nvidia-driver-bin nvidia-installer-cleanup nvidia-kernel-common nvidia-kernel-dkms nvidia-modprobe nvidia-settings nvidia-support nvidia-vdpau-driver xserver-xorg-video-nvidia | |
Recommended packages: | |
linux-image libgl1-nvidia-glx-i386 | |
The following NEW packages will be installed: |
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
List text patterns: | |
{description} | |
{filename} | |
{filecount} | |
{title} |
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
{OS X version of usermod} | |
{osx_add_user_to_group.sh} | |
{filecount} | |
{mac_add_user2group.sh} | |
sudo dseditgroup -o edit -a $username_to_add -t user admin | |
sudo dseditgroup -o edit -a $username_to_add -t user wheel |
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
#!/bin/bash | |
sudo dseditgroup -o edit -a $username_to_add -t user admin | |
sudo dseditgroup -o edit -a $username_to_add -t user wheel |
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
#!/usr/bin/python | |
import sys, subprocess, getopt | |
if len(sys.argv) != 2: | |
print "Usage: osx_add_user_to_group.py <user>" | |
sys.exit(1) | |
for arg in sys.argv[1:]: | |
bashCommand1 = "sudo dseditgroup -o edit -a %s -t user admin" % sys.argv[1] | |
bashCommand2 = "sudo dseditgroup -o edit -a %s -t user wheel" % sys.argv[1] |
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
while true; do | |
read -p "Do you wish to install this program?" yn | |
case $yn in | |
[Yy]* ) make install; break;; | |
[Nn]* ) exit;; | |
* ) echo "Please answer yes or no.";; | |
esac | |
done |
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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Enable-RemoteDesktop | |
Set-StartScreenOptions -EnableBootToDesktop | |
cinst fiddler4 | |
cinst git-credential-winstore | |
cinst console-devel | |
cinst sublimetext2 | |
cinst poshgit | |
cinst dotpeek | |
Install-WindowsUpdate -AcceptEula |
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
GRANT ALL PRIVILEGES ON dbTest.* To 'user'@'hostname' IDENTIFIED BY 'password'; |
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
sectest01:pentest lmayo$ whois btempurl.com | |
Registrant Name: Erwin Yu | |
Registrant Organization: UMA | |
Registrant Street: 17800 castleton st 17800 castleton st | |
Registrant City: City of industry | |
Registrant State/Province: CA | |
Registrant Postal Code: 91748 | |
Registrant Country: US | |
Registrant Phone: +1.3109897879 |