Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions randomhttptraffic.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

#Android Random HTTP Traffic 1.1
#Author: Derek Banks
# ToDo: Move from urllib2 to requests
# Use headless browser to process javascript


'''
Dowloads the majestic top one million database and extracts and opens a random URL for a set time interval.
'''
Expand Down