# CURL Databitlizer ### DNS: curl --location --request POST 'http://184.72.168.106:5000/dns' \ --header 'Authorization: Basic YWRtaW46YWRtaW4=' \ --header 'Content-Type: application/json' \ --data-raw '{ "url":"http://github.com" }' ### PYWAPPLYZER: curl --location --request POST 'http://184.72.168.106:5000/pywapplyzer' \ --header 'Authorization: Basic YWRtaW46YWRtaW4=' \ --header 'Content-Type: application/json' \ --data-raw '{ "url":"http://github.com" }' ### WHOIS: curl --location --request POST 'http://184.72.168.106:5000/whois' \ --header 'Authorization: Basic YWRtaW46YWRtaW4=' \ --header 'Content-Type: application/json' \ --data-raw '{ "url":"http://github.com" }' ### META: curl --location --request POST 'http://184.72.168.106:5000/meta' \ --header 'Authorization: Basic YWRtaW46YWRtaW4=' \ --header 'Content-Type: application/json' \ --data-raw '{ "url":"http://github.com" }' ### SCRIPT: curl --location --request POST 'http://184.72.168.106:5000/script' \ --header 'Authorization: Basic YWRtaW46YWRtaW4=' \ --header 'Content-Type: application/json' \ --data-raw '{ "url":"http://github.com" }' ### PAGESPEED curl --location --request POST 'http://184.72.168.106:5000/pagespeed' \ --header 'Authorization: Basic YWRtaW46YWRtaW4=' \ --header 'Content-Type: application/json' \ --data-raw '{ "url":"http://github.com" }' ### SEO ANALYZER curl --location --request POST 'http://184.72.168.106:5000/seo' \ --header 'Authorization: Basic YWRtaW46YWRtaW4=' \ --header 'Content-Type: application/json' \ --data-raw '{ "url":"https://google.com" }'