#Mac OS X
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/env/ruby | |
require "benchmark" | |
require 'digest/md5' | |
# The password hash to crack | |
password_hash = "e1f3ecc31656795a128db19da490c9ec" | |
# Helper for hashing passwords | |
def md5(password) | |
Digest::MD5.hexdigest(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
#! /usr/env/ruby | |
require "benchmark" | |
require 'digest/md5' | |
# The password hash to crack | |
password_hash = "e1f3ecc31656795a128db19da490c9ec" | |
# Helper for hashing passwords | |
def md5(password) | |
Digest::MD5.hexdigest(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
#!/usr/bin/env python | |
# get the owner and group IDs of a directory using Python under Linux | |
""" | |
Use os.stat() to get the uid and gid of the file. | |
Then, use pwd.getpwuid() and grp.getgrgid() to | |
get the user and group names respectively. | |
""" |
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
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 |
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
$ 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 |
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
{title} test | |
{description} | |
yo |
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
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 |
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
mkdir dradis3-git | |
cd dradis3-git/ | |
git clone https://github.com/dradis/dradisframework | |
cd dradisframework/ | |
rm Gemfile.lock | |
git checkout release-3.0 |
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
seq -f "63.118.77.%g" 0 255 & seq -f "65.223.143.%g" 0 255 & seq -f "12.238.39.%g" 128 254 |