Skip to content

Instantly share code, notes, and snippets.

View aaaguirrep's full-sized avatar
🏠
Working from home

Arsenio Aguirre aaaguirrep

🏠
Working from home
View GitHub Profile
@aaaguirrep
aaaguirrep / all.txt
Created December 6, 2019 14:21 — forked from jhaddix/all.txt
all wordlists from every dns enumeration tool... ever. Please excuse the lewd entries =/
This file has been truncated, but you can view the full file.
.
..
........
@
*
*.*
*.*.*
🐎
@aaaguirrep
aaaguirrep / content_discovery_all.txt
Created December 6, 2019 14:21 — forked from jhaddix/content_discovery_all.txt
a masterlist of content discovery URLs and files (used most commonly with gobuster)
This file has been truncated, but you can view the full file.
`
~/
~
ים
___
__
_
@aaaguirrep
aaaguirrep / WAHH_Task_Checklist.md
Created December 6, 2019 14:37 — forked from jhaddix/Testing_Checklist.md
The Web Application Hacker's Handbook - Task Checklist - Github-Flavored Markdown
@aaaguirrep
aaaguirrep / get_ippsec_details.py
Created February 15, 2020 02:43 — forked from sminez/get_ippsec_details.py
Find examples of pen testing methods and tools in videos by Ippsec (as of 22nd January 2020)
#!/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