├── .gitignore ├── CloudScanX.py ├── README.md ├── rang_Fastly.varnish.txt ├── rang_GoogleFrontend.txt ├── rang_cloudflaer_txt ├── rang_cloudfront_txt ├── requirements.txt └── scandomains.zip /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPYTHONI/CloudScanX/HEAD/.gitignore -------------------------------------------------------------------------------- /CloudScanX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPYTHONI/CloudScanX/HEAD/CloudScanX.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPYTHONI/CloudScanX/HEAD/README.md -------------------------------------------------------------------------------- /rang_Fastly.varnish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPYTHONI/CloudScanX/HEAD/rang_Fastly.varnish.txt -------------------------------------------------------------------------------- /rang_GoogleFrontend.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPYTHONI/CloudScanX/HEAD/rang_GoogleFrontend.txt -------------------------------------------------------------------------------- /rang_cloudflaer_txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPYTHONI/CloudScanX/HEAD/rang_cloudflaer_txt -------------------------------------------------------------------------------- /rang_cloudfront_txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPYTHONI/CloudScanX/HEAD/rang_cloudfront_txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests==2.26.0 2 | ipcalc==1.99.0 3 | -------------------------------------------------------------------------------- /scandomains.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrPYTHONI/CloudScanX/HEAD/scandomains.zip --------------------------------------------------------------------------------