Skip to content

Commit

Permalink
Updated db.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdparchitect committed Sep 27, 2019
1 parent e898844 commit 28d03d6
Showing 1 changed file with 83 additions and 6 deletions.
89 changes: 83 additions & 6 deletions lib/db-webbreacher.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
{
"name" : "ask.fm",
"check_uri" : "http://ask.fm/{account}",
"check_uri" : "https://ask.fm/{account}",
"account_existence_code" : "200",
"account_existence_string" : "answers,",
"account_missing_string" : "Page not found",
Expand Down Expand Up @@ -273,7 +273,18 @@
"valid" : true
},
{
"name" : "Codeacademy",
"name" : "Chess.com",
"check_uri" : "https://www.chess.com/member/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Last Login",
"account_missing_string" : "<title>Missing Page?! - Chess.com</title>",
"account_missing_code" : "404",
"known_accounts" : ["john", "alice", "carol"],
"category" : "gaming",
"valid" : true
},
{
"name" : "Codecademy",
"check_uri" : "https://discuss.codecademy.com/u/{account}/summary",
"account_existence_code" : "200",
"account_existence_string" : "<title> Profile - ",
Expand Down Expand Up @@ -338,6 +349,17 @@
"category" : "bookmarks",
"valid" : true
},
{
"name" : "Destructoid",
"check_uri" : "https://www.destructoid.com/?name={account}",
"account_existence_code" : "200",
"account_existence_string" : "Follow",
"account_missing_string" : "Error in query",
"account_missing_code" : "200",
"known_accounts" : ["john", "alice", "bob"],
"category" : "social",
"valid" : true
},
{
"name" : "DeviantArt",
"check_uri" : "http://{account}.deviantart.com/",
Expand All @@ -354,8 +376,8 @@
"check_uri" : "https://devrant.com/users/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Joined devRant on",
"account_missing_string" : "Feed",
"account_missing_code" : "302",
"account_missing_string" : "<!-- row start signup -->",
"account_missing_code" : "200",
"known_accounts" : ["dfox", "trogus"],
"category" : "social",
"valid" : true
Expand Down Expand Up @@ -482,6 +504,17 @@
"category" : "shopping",
"valid" : true
},
{
"name" : "F3",
"check_uri" : "https://f3.cool/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Send me anonymous messages or ask anything - F3",
"account_missing_string" : "Page Not Found - F3",
"account_missing_code" : "404",
"known_accounts" : ["nick"],
"category" : "social",
"valid" : true
},
{
"name" : "Facebook",
"check_uri" : "https://www.facebook.com/{account}",
Expand All @@ -498,8 +531,8 @@
"check_uri" : "http://www.fanpop.com/fans/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Fanpopping since",
"account_missing_string" : "",
"account_missing_code" : "302",
"account_missing_string" : "What are you a fan of?",
"account_missing_code" : "200",
"known_accounts" : ["test","johndoe"],
"category" : "movies",
"valid" : true
Expand Down Expand Up @@ -616,6 +649,17 @@
"category" : "video",
"valid" : true
},
{
"name" : "Furiffic",
"check_uri" : "https://www.furiffic.com/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Registered Since",
"account_missing_string" : "<title>Whoops &middot; Furiffic</title>",
"account_missing_code" : "404",
"known_accounts" : ["furiffic","test","admin"],
"category" : "XXX PORN XXX",
"valid" : true
},
{
"name" : "Gamespot",
"check_uri" : "https://www.gamespot.com/profile/{account}/",
Expand Down Expand Up @@ -827,6 +871,17 @@
"category" : "images",
"valid" : true
},
{
"name" : "Inkbunny",
"check_uri" : "https://inkbunny.net/{account}",
"account_existence_code" : "200",
"account_existence_string" : "Profile | Inkbunny, the Furry Art Community</title>",
"account_missing_string" : ">in random order<",
"account_missing_code" : "200",
"known_accounts" : ["Inkbunny","test"],
"category" : "XXX PORN XXX",
"valid" : true
},
{
"name" : "InsaneJournal",
"check_uri" : "http://{account}.insanejournal.com/profile",
Expand Down Expand Up @@ -1726,6 +1781,17 @@
"category" : "news",
"valid" : true
},
{
"name" : "Tik Tok",
"check_uri" : "https://www.tiktok.com/@{account}",
"account_existence_code" : "200",
"account_existence_string" : " Following",
"account_missing_string" : "Couldn&#x27;t find this account",
"account_missing_code" : "200",
"known_accounts" : ["jennifer"],
"category" : "social",
"valid" : true
},
{
"name" : "Tinder",
"check_uri" : "https://www.gotinder.com/@{account}",
Expand Down Expand Up @@ -1836,6 +1902,17 @@
"category" : "social",
"valid" : true
},
{
"name" : "Venmo",
"check_uri" : "https://api.venmo.com/v1/users/{account}",
"account_existence_code" : "200",
"account_existence_string" : "\"data\":",
"account_missing_string" : "\"error\":",
"account_missing_code" : "400",
"known_accounts" : ["john", "doesnotexist"],
"category" : "finance",
"valid" : true
},
{
"name" : "viddler",
"check_uri" : "http://www.viddler.com/channel/{account}/",
Expand Down

0 comments on commit 28d03d6

Please sign in to comment.