Skip to content

Instantly share code, notes, and snippets.

View numberwhun's full-sized avatar

Jefferson Kirkland numberwhun

View GitHub Profile
@numberwhun
numberwhun / PenTesting_Links
Last active April 3, 2021 13:21
PenTesting_Links
@numberwhun
numberwhun / Pen_Testing_Lab_Setup
Last active June 28, 2016 18:36
Pen_Testing_Lab_Setup
In order to beef up your pentesting lab, make sure you have a LAMP (Linux / Apache /MySQL, PHP / Perl / Python) server installed on your vulnerable system. Here are vulnerable web applications you can add to your system so that you have more challenges to your web application pawning experience:
Mutillidae – a free and open source web application for website penetration testing and hacking which was developed by Adrian “Irongeek” Crenshaw and Jeremy “webpwnized” Druin. It is designed to be exploitable and vulnerable and ideal for practicing your Web Fu skills like SQL injection, cross site scripting, HTML injection, Javascript injection, clickjacking, local file inclusion, authentication bypass methods, remote code execution and many more based on OWASP (Open Web Application Security) Top 10 Web Vulnerabilties. I also wrote an article on how to setup Mutillidae its SQL Injection cheat sheet which can be found here.
OWASP WebGoat – an OWASP project and a deliberately insecure J2EE web application designed to
@numberwhun
numberwhun / PenTesting Tools
Created June 14, 2016 04:06
PenTesting Tools
Information Gathering:
arping
bing-ip2hosts-0.2
chaosreader
darkstat
dmitry
dnstracer
dnswalk
enum4linux
frox
Topics Covered
Introduction to Ethical Hacking
Footprinting and Reconnaissance
Scanning Networks
Enumeration
System Hacking
Malware Threats
Sniffing
@numberwhun
numberwhun / Penetration Tester Links
Last active June 24, 2021 19:35
Penetration Tester Links
@numberwhun
numberwhun / Miscellaneous Useful Commands
Created June 8, 2016 18:21
Miscellaneous Useful Commands
1. Zero out a large file (useful for things like java *.out files:
# > /path/to/file
2. Record your screen session to file:
# script <filename>
- To stop recording, use "exit", "logout" or Ctrl-D
3. Copy a file into multiple directories:
# echo /usr/dir1 /var/dir2 /some/dir3 | xargs -n1 cp -v /path/to/file
@numberwhun
numberwhun / Some Useful MySQL Commands
Created June 8, 2016 18:16
Some Useful MySQL Commands
1. Delete a database
Format: drop {database|schema} [if exists] db_name;
- drops all tables in a database, then deletes the db
- need 'drop' privileges to do this
- as of mysql 5.0.2, "schema" is a synonym for database
2. Delete a table
Format: drop [temporary] table [if exists] table_name [, table_name] [restrict | cascade];
@numberwhun
numberwhun / Commands Related To Wireless
Created June 8, 2016 18:07
Commands Related To Wireless
@numberwhun
numberwhun / Unstructured Data Mining Primer
Created May 13, 2016 17:07
Unstructured Data Mining Primer
Borrowed from: https://icrunchdatanews.com/unstructured-data-mining-primer/
--------------------------------------------------------------------------------------------------
Though it has been practiced for some years, the mining of unstructured data has recently attracted quite a bit of attention. Most stored data is unstructured and contains a great deal of relevant information. Meanwhile, the available structured data is already being exploited; hence the rising interest in unstructured data.
Most often, what is meant by “unstructured data” is natural language text, but there are other types, such as link data, digital audio recordings, images and video. Each of these represents a very diverse set of potential data sources, such as:
Text:
internal company emails
@numberwhun
numberwhun / diabetes bg data links
Last active June 19, 2021 08:26
diabetes bg data links