Skip to content

Instantly share code, notes, and snippets.

View alfdav's full-sized avatar

David Diaz alfdav

  • 15:45 (UTC -05:00)
View GitHub Profile
@alfdav
alfdav / content_discovery_all.txt
Created May 12, 2019 02:17 — 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.
`
~/
~
ים
___
__
_
@alfdav
alfdav / tweet_dumper.py
Created November 25, 2017 19:42 — forked from yanofsky/LICENSE
A script to download all of a user's tweets into a csv
#!/usr/bin/env python
# encoding: utf-8
import tweepy #https://github.com/tweepy/tweepy
import csv
#Twitter API credentials
consumer_key = ""
consumer_secret = ""
access_key = ""