This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python3 | |
#TODO: Check for post limit | |
#TODO: Check for moderator restriction | |
import datetime | |
import urllib | |
import praw |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import threading | |
def do_sql_injection(charset, length, function): | |
"""Uses *many* threads to conduct a blind SQL injection attack as fast as | |
possible. | |
Positional arguments: |
OlderNewer