Skip to content

Instantly share code, notes, and snippets.

View tobiaskohler's full-sized avatar
👋

Tobias Köhler tobiaskohler

👋
  • Frankfurt am Main, Germany
View GitHub Profile
@jhaddix
jhaddix / content_discovery_all.txt
Created May 26, 2018 11:51
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.
`
~/
~
ים
___
__
_
#!/bin/bash
# variables
LOGFILE="/var/log/nginx/access.log"
LOGFILE_GZ="/var/log/nginx/access.log.*"
RESPONSE_CODE="200"
# functions
filters(){
grep $RESPONSE_CODE \
@mubix
mubix / infosec_newbie.md
Last active October 31, 2025 06:47
How to start in Infosec