readme
# info glow
```plaintext
██╗███╗ ██╗███████╗ ██████╗ ██████╗ ██╗ ██████╗ ██╗ ██╗
██║████╗ ██║██╔════╝██╔═══██╗ ██╔════╝ ██║ ██╔═══██╗██║ ██║
██║██╔██╗ ██║█████╗ ██║ ██║ ██║ ███╗██║ ██║ ██║██║ █╗ ██║
██║██║╚██╗██║██╔══╝ ██║ ██║ ██║ ██║██║ ██║ ██║██║███╗██║
██║██║ ╚████║██║ ╚██████╔╝ ╚██████╔╝███████╗╚██████╔╝╚███╔███╔╝
╚═╝╚═╝ ╚═══╝╚═╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚══╝╚══╝
```
Info Glow is an OSINT toolkit made for security researchers, ethical hackers, and investigators who love to snoop — ethically.
Features
Multi-platform username hunting
Email breach + PGP key lookup
Domain recon (WHOIS, DNS, Nmap, Nikto)
Phone number geolocation + public record link
IP geolocation + ASN lookup
Physical address dorks + map search
License plate and VIN scanning dorks
That’sThem public records integration
Markdown + HTML report exports
How to Install
```bash
git clone https://github.com/ekomsSavior/info_glow.git
cd info_glow
python3 info_glow.py
```
This tool uses some external commands like nmap, nikto, whois, and Python libraries like requests and colorama.
You can install them manually if needed:
bash:
sudo apt install nmap nikto whois dnsutils
pip install requests colorama
---
## Staying Updated
If you've already cloned Info Glow, you can pull the latest updates like this:
bash:
cd info_glow
git pull
---
## Disclaimer
**For educational and ethical hacking purposes only. Use responsibly.
license
MIT License
Copyright (c) 2026 ek0mssavi0r
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
USE AT YOUR OWN RISK. NO WARRANTY PROVIDED.