FBXTool is a phishing awareness tool built using React, designed to simulate a playful mock hacking scenario while educating users about online security risks.
- Mock Hacking Simulation: Allows users to enter a friend's name and simulate a hacking attempt with progress updates.
- Phishing Awareness: Educates users about phishing scams through interactive and informative content.
- Authentication Modal: Prompts users to sign in to proceed, highlighting the importance of secure access.
- React
- React Router DOM
- React Icons
- Tailwind CSS
To run FBXTool locally on your machine:
-
Clone the repository:
git clone https://github.com/nekio-sudo/FBXTOOL.git cd fbxtool
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and go to:
http://localhost:3000
-
Follow the on-screen instructions to use FBXTool.
Contributions are welcome! If you'd like to improve FBXTool, please fork the repository and create a pull request. You can also open an issue to report bugs or suggest features.