███╗ ██╗██╗ ██╗██╗ ██╗ ███████╗███████╗ ██████╗
████╗ ██║██║ ██║██║ ██║ ██╔════╝██╔════╝██╔════╝
██╔██╗ ██║██║ ██║██║ ██║ ███████╗█████╗ ██║
██║╚██╗██║██║ ██║██║ ██║ ╚════██║██╔══╝ ██║
██║ ╚████║╚██████╔╝███████╗███████╗███████║███████╗╚██████╗
╚═╝ ╚═══╝ ╚═════╝ ╚══════╝╚══════╝╚══════╝╚══════╝ ╚═════╝
[ MOBILE SECURITY SUITE ]
🔓 Join x.com/AnonAntics for premium features & support!
| Tool | Android | iOS | Description |
|---|---|---|---|
| 🔍 Network Scanner | ✅ | ✅ | Discover devices, open ports, services |
| 📶 WiFi Analyzer | ✅ | Signal strength, channel analysis, security | |
| 🌐 Packet Capture | ✅ | Network traffic analysis (root required) | |
| 🔐 Hash Tools | ✅ | ✅ | Generate & crack common hashes |
| 🔑 Password Gen | ✅ | ✅ | Secure password generator |
| 📡 Ping/Trace | ✅ | ✅ | Network diagnostics |
| 🛡️ Vuln Scanner | ✅ | ✅ | Check for common vulnerabilities |
| 📋 Clipboard Monitor | ✅ | ❌ | Monitor clipboard for sensitive data |
| 🔓 Crypto Tools | ✅ | ✅ | Encode/decode, encrypt/decrypt |
| 📱 Device Info | ✅ | ✅ | Hardware, software, security info |
# Download APK from releases
# Or build from source:
cd android
./gradlew assembleDebug
adb install app/build/outputs/apk/debug/app-debug.apk# Requires Xcode and Apple Developer account
cd ios
pod install
open NullSec.xcworkspace
# Build and run on deviceFast multi-threaded network discovery:
- ARP scan for local network
- TCP/UDP port scanning
- Service detection
- OS fingerprinting
- Export results to JSON/CSV
Comprehensive wireless analysis:
- Signal strength mapping
- Channel overlap detection
- Security type identification
- Hidden network detection
- WPS vulnerability check
Hash generation and analysis:
- MD5, SHA1, SHA256, SHA512
- NTLM, bcrypt support
- Hash identification
- Rainbow table lookup (premium)
Encoding and encryption:
- Base64, Base32, Hex
- AES, RSA encryption
- JWT decode/encode
- Certificate analysis
nullsec-mobile/
├── android/
│ ├── app/
│ │ └── src/main/
│ │ ├── java/com/nullsec/mobile/
│ │ │ ├── MainActivity.kt
│ │ │ ├── tools/
│ │ │ │ ├── NetworkScanner.kt
│ │ │ │ ├── WifiAnalyzer.kt
│ │ │ │ ├── HashTools.kt
│ │ │ │ └── CryptoTools.kt
│ │ │ └── ui/
│ │ └── res/
│ └── build.gradle
├── ios/
│ └── NullSec/
│ ├── Tools/
│ ├── Views/
│ └── Models/
├── shared/
│ └── algorithms/
└── assets/
Some features require a premium key from Twitter/X:
| Feature | Free | Premium |
|---|---|---|
| Network Scanner | 10 hosts | Unlimited |
| Port Scan Range | 1-1024 | 1-65535 |
| Hash Cracking | 1000 hashes | Unlimited |
| Export Results | JSON only | JSON/CSV/XML |
| Ad-Free | ❌ | ✅ |
| Priority Support | ❌ | ✅ |
- Android 8.0+ (API 26)
- Root access for some features
- Location permission for WiFi scanning
- iOS 14.0+
- Jailbreak for advanced features
- Network extension entitlements
# Clone repo
git clone https://github.com/bad-antics/nullsec-mobile.git
cd nullsec-mobile/android
# Build debug APK
./gradlew assembleDebug
# Build release APK (requires signing)
./gradlew assembleReleasecd nullsec-mobile/ios
pod install
xcodebuild -workspace NullSec.xcworkspace -scheme NullSec -configuration ReleaseThis app is for authorized security testing and educational purposes only.
- Only scan networks you own or have permission to test
- Respect privacy and local laws
- The developers are not responsible for misuse
© 2025-2026 bad-antics