-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getting ready to work on adding email OSINT
- Loading branch information
1 parent
8de2f13
commit 3f5d7ee
Showing
6 changed files
with
138 additions
and
8 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"Youtube": [ | ||
{ | ||
"site": "http://www.youtube.com", | ||
"login": "http://www.youtube.com/login", | ||
"error": "This page isn't available." | ||
} | ||
], | ||
"Monkeytype": [ | ||
{ | ||
"site": "https://monkeytype.com", | ||
"login": "https://monkeytype.com/login", | ||
"error": "Email/password is incorrect or your account does not have password authentication enabled.", | ||
"feilds": { | ||
"login": "<input name=\"current-email\" type=\"email\" placeholder=\"email\" autocomplete=\"current-email\">", | ||
"password": "<input name=\"current-password\" type=\"password\" placeholder=\"password\" autocomplete=\"current-password\">" | ||
} | ||
} | ||
], | ||
"Twich": [ | ||
{ | ||
"site": "https://www.twitch.tv", | ||
"login": "https://www.twitch.tv/login", | ||
"error": "We have disabled the ability to log in with your email address.", | ||
"feilds": { | ||
"login": "<input id=\"login-username\" aria-label=\"Enter your username\" type=\"text\" class=\"ScInputBase-sc-vu7u7d-0 ScInput-sc-19xfhag-0 gNGlOQ jsKSYr InjectLayout-sc-1i43xsx-0 eRDdjS tw-input\" autocapitalize=\"off\" autocorrect=\"off\" autocomplete=\"username\" data-a-target=\"tw-input\" value=\"\">", | ||
"password": "<input id=\"password-input\" aria-label=\"Enter your password\" type=\"password\" class=\"ScInputBase-sc-vu7u7d-0 ScInput-sc-19xfhag-0 iXwnY jsKSYr InjectLayout-sc-1i43xsx-0 eRDdjS tw-input tw-input--password\" autocapitalize=\"off\" autocorrect=\"off\" autocomplete=\"current-password\" data-a-target=\"tw-input\" spellcheck=\"false\" value=\"\">" | ||
} | ||
} | ||
] | ||
} |