Skip to content
/ flupen Public

Displays how to find out email addresses linked to an account on the Flubit website. Also serves as a basic example of how to use Selenium WebDriver.

License

Notifications You must be signed in to change notification settings

sysnull/flupen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flupen

Displays how to find out email addresses linked to an account on the Flubit website. Also serves as a basic example of how to use Selenium WebDriver.

IMPORTANT

This code is for educational purposes only. This code exploits a flaw in the Flubit UI in hopes that it will get fixed and therefore ensure security of the users registered on the website.

Usage

flupen.exe $filepath_to_json_dictionary<optional>

$filepath_to_json_dictionary must point to a JSON file containing a JSON array, such as:

[
    "email1@mail.com",
    "email2@mail.com",
    "email3@mail.com"
]

About

Displays how to find out email addresses linked to an account on the Flubit website. Also serves as a basic example of how to use Selenium WebDriver.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages