├── LICENSE ├── README.md ├── numbers.txt ├── osint_num.py ├── requirements.txt └── screenshots ├── APILayer.png ├── Number_Verification_API.png ├── Suscription.png ├── help.png └── osint_num.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackUnderway/OsintNum/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackUnderway/OsintNum/HEAD/README.md -------------------------------------------------------------------------------- /numbers.txt: -------------------------------------------------------------------------------- 1 | 51999949241 2 | 62888095496743 -------------------------------------------------------------------------------- /osint_num.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackUnderway/OsintNum/HEAD/osint_num.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | tabulate 3 | -------------------------------------------------------------------------------- /screenshots/APILayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackUnderway/OsintNum/HEAD/screenshots/APILayer.png -------------------------------------------------------------------------------- /screenshots/Number_Verification_API.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackUnderway/OsintNum/HEAD/screenshots/Number_Verification_API.png -------------------------------------------------------------------------------- /screenshots/Suscription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackUnderway/OsintNum/HEAD/screenshots/Suscription.png -------------------------------------------------------------------------------- /screenshots/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackUnderway/OsintNum/HEAD/screenshots/help.png -------------------------------------------------------------------------------- /screenshots/osint_num.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackUnderway/OsintNum/HEAD/screenshots/osint_num.png --------------------------------------------------------------------------------