Skip to content

Instantly share code, notes, and snippets.

View synackme's full-sized avatar

Landon Mayo synackme

  • Houston, Tx
View GitHub Profile
@synackme
synackme / GistPal_List_text_patterns.txt
Created February 15, 2016 23:54
GistPal List text patterns
List text patterns:
{description}
{filename}
{filecount}
{title}
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:
< ?php header("Location: http://www.redirect.to.url.com/"); >
@synackme
synackme / gaf_external_ip.sh
Created July 9, 2015 16:16
dump GAF external range
seq -f "63.118.77.%g" 0 255 & seq -f "65.223.143.%g" 0 255 & seq -f "12.238.39.%g" 128 254
@synackme
synackme / install_dradis3.sh
Last active August 29, 2015 14:24
Install Dradis Community
mkdir dradis3-git
cd dradis3-git/
git clone https://github.com/dradis/dradisframework
cd dradisframework/
rm Gemfile.lock
git checkout release-3.0
@synackme
synackme / irc.freenode.fix_your_connection.error.txt
Created July 8, 2015 18:37
IRC Freenode Error on Connection | [##fix_your_connection] You have been redirected here from another channel because your client's connection seems to be working intermittently. This causes annoying spam to the channel. Please fix your connection, and then poke a channel operator. How do I do that? /msg chanserv access #CHANNEL list
LanMan has changed mode: +i
13:34 NickServ: This nickname is registered. Please choose a different nickname, or identify via /msg NickServ identify <password>.
13:34 Error(477): #r_netsec Cannot join channel (+r) - you need to be identified with services
13:34 Error(477): #metasploit Cannot join channel (+r) - you need to be identified with services
13:34 Error(470): #python #python-unregistered Forwarding to another channel
13:34 Error(470): ##networking ##fix_your_connection Forwarding to another channel
13:34 NickServ: You are now identified for aPices.
13:34 ChanServ: [##security] In line with freenode channel naming policy ( http://freenode.net/policy.shtml#channelnaming ), channel management of #security has moved to ##security .... please update your autojoins! Thanks.
13:34 ChanServ: [#armitage] hello and welcome to #armitage, the bubbliest Metasploit user interface channel on freenode. Sit back, grab a champagne, mix it with some orange juice and hang out.
13:34 Reply(328): #armitage http://www.fasta
{title} test
{description}
yo
@synackme
synackme / pia_socks_proxy.sh
Created July 8, 2015 18:17
PIA SOCKS5 is not working for some reason, however I can netcat to it....
$ nc -vv proxy-nl.privateinternetaccess.com 1080
found 0 associations
found 1 connections:
1: flags=82<CONNECTED,PREFERRED>
outif en0
src 192.168.1.100 port 62494
dst 46.166.188.251 port 1080
rank info not available
TCP aux info available
Remove osxfuse if installed via homebrew:
> brew uninstall osxfuse
Install osxfuse binary and choose to install the MacFUSE compatibility layer:
http://sourceforge.net/projects/osxfuse/files/latest/download?source=files
Reboot (optional but recommended by osxfuse)
Install ntfs-3g via homebrew:
> brew update && brew install ntfs-3g