Skip to content

Instantly share code, notes, and snippets.

@itsthejoker
Created August 7, 2013 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsthejoker/6171490 to your computer and use it in GitHub Desktop.
Save itsthejoker/6171490 to your computer and use it in GitHub Desktop.
Geez, be a poop about it, will ya?
#!/usr/bin/python
# This is a lists module of different types of data to be called for a
# brute-forcing attack.
lowercase_chars = list("abcdefghijklmnopqrstuvwxyz")
uppercase_chars = list("ABCDEFGHIJKLMNOPQRSTUVWXYZ")
number_chars = list("0123456789")
symbol_chars = list("!@#$%^&*()`~-_=+\\;[]{};:\",.<>/?\'")
homoglyph_sym_chars = list("!ǃ!״″"$$%%&&''(﹝()﹞)*⁎*+\
+,‚,- ‐ 䐠- ᅠ ㅤ. ٠ ۔ ܁܂․‧。.。/ ̸⁄∕╱⫻⫽/ノ0OoΟοОоՕРᠠOo\
1Iا12 2334455667Рᰠ78Ց899:։܃܄∶꞉;;;<‹<= 䀠=>›>?\
?@@[[\\]]^^__``{{|ǀا|}}~⁓~")
homoglyph_alpha_chars = list("AaÀÁÂÃÄÅàáâãäåɑΑαаᎪAaBbßʙΒβВЬᏴ\
ᛒBbCcϲϹСсᏟⅭⅽРꀠCcDdĎďĐđԁժᎠⅮⅾDdEeÈÉÊËéêëĒēĔĕĖėĘĚěΕЕеᎬEe\
FfϜFfGgɡɢԌնᏀGgHhʜΗНһᎻHhIilɩΙІіاᎥᛁⅠⅰРఠIJjϳЈјյᎫJKkΚκКᏦ\
ᛕKKkLlʟιاᏞⅬⅼLlMmΜϺМᎷᛖⅯⅿMmNnɴΝNn0OoΟοОоՕРᠠOoPpΡρРрᏢPp\
QqႭႳQqRrʀԻᏒᚱRrSsЅѕՏႽᏚР堠SsTtΤτТᎢTtUuμυԱՍ⋃UuVvνѴѵᏙⅤⅴ\
VvWwѡᎳWwXxΧχХхⅩⅹXxYyʏΥγуҮYyZzΖᏃZzßӧÄӒÖӦ")
@sposterkil
Copy link

Yes, I will be a poop. :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment