A modern web application for IP address verification and analysis, built with React, TypeScript, and Tailwind CSS.
- 🔍 Real-time IP verification
- 📊 Detailed statistics and reporting
- 🎨 Modern dark theme UI
- 📱 Responsive design
- 📤 Bulk IP checking via file upload
- 🔄 Real-time progress tracking
- 📈 Visual progress indicators
- 🛡️ Security-focused design
- React 18
- TypeScript
- Tailwind CSS
- Vite
- Lucide Icons
- Axios
- Clone the repository:
git clone https://github.com/Zobber/masschecker.git- Install dependencies:
npm install- Create a
.envfile in the root directory and add your AbuseIPDB API key:
VITE_ABUSEIPDB_API_KEY=your_api_key_here- Start the development server:
npm run dev- Enter IP addresses manually or upload a text file containing IP addresses
- The application will verify each IP address in real-time
- View detailed statistics and results in the dashboard
- Export malicious IPs for further analysis
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- AbuseIPDB for providing the IP verification API
- Lucide Icons for the beautiful icons
- Tailwind CSS for the utility-first CSS framework
