Domain www.dorathedeveloper.com
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

  • MacOS file listing through .DS_Store file
    First seen 2023-02-23 22:45
    Last seen 2026-01-30 06:20
    Open for 1071 days
  • Open service 18.66.147.98:443 · www.dorathedeveloper.com

    2026-01-23 12:57

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 31681
    Connection: close
    Date: Fri, 23 Jan 2026 07:27:17 GMT
    Last-Modified: Sun, 20 Jul 2025 12:24:48 GMT
    ETag: "94187112f02bab633084a7ec607841ff"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 013a54c6b9caf01f403c247789c7256c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P4
    X-Amz-Cf-Id: CsfGYKAP9Kzb3z9jfXUfffzDBVSUTJ-9SMjUJVe8rxk-lqPvOtS5jw==
    Age: 19806
    
    Page title: Dora The Developer
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
    
        <!-- Basic Page Needs
        ================================================== -->
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
    
        <title>Dora The Developer</title>
        <meta name="description"
            content="Dora Szucs's (Dora The Developer) personal website presenting software development and data science projects.">
        <meta name="author" content="Dora Szucs">
        <meta name="keywords"
            content="Dora The Developer, Dora Szucs, Dora Szücs, Dora Szuecs, Software Developer, Software Engineer, Software projects">
    
        <!-- Mobile Specific Metas
        ================================================== -->
        <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
        <meta name="apple-mobile-web-app-capable" content="yes" />
    
        <!-- Open graph Tags
        ================================================== -->
        <meta name="og:title" property="og:title" content="Dora The Developer">
        <meta property="og:site_name" content="Dora The Developer">
        <meta property="og:url" content="https://dorathedeveloper.com">
        <meta property="og:description" content="Dora Szucs's (Dora The Developer) software developer portfolio">
        <meta property="og:image" content="https://dorathedeveloper.com/assets/img/cover.png">
        <meta property="og:type" content="website">
    
        <!-- Fonts -->
        <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
    
        <!-- Favicon
        ================================================== -->
        <link rel="apple-touch-icon" sizes="180x180" href="assets/img/cirle-logo.svg">
        <link rel="icon" type="image/png" sizes="16x16" href="assets/img/cirle-logo.svg">
    
        <!-- Stylesheets
        ================================================== -->
        <!-- Bootstrap core CSS -->
        <link href="assets/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom styles for this template -->
        <link href="assets/css/style.css" rel="stylesheet">
        <link href="assets/css/responsive.css" rel="stylesheet">
    
        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
        <!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
        <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
        <![endif]-->
    
        <script>
            // stop form submission, call custom ajax method
            document.addEventListener("DOMContentLoaded", function (event) {
                var contactForm = document.getElementById('contact-form')
                contactForm.addEventListener("submit", function (e) {
                    //Prevent the default behavior of a form
                    e.preventDefault();
                    submitToAPI()
                });
            });
    
            function submitToAPI() {
                displayError("");
                var URL = "https://wts213jlei.execute-api.us-east-1.amazonaws.com/production/send";
                var name = document.getElementById("name-input").value;
                var email = document.getElementById("email-input").value;
                var desc = document.getElementById("description-input").value;
    
                if (name == "" || email == "" || desc == "") {
                    displayError("Please fill in all required fields!");
                    return;
                }
    
                emailRE = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/;
                if (!emailRE.test(email)) {
                    displayError("Please enter a valid email address!");
                    return;
                }
    
                var data = {
                    name: name,
                    email: email,
                    desc: desc
                };
    
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open("POST", URL);
                xmlhttp.setRequestHeader("Content-Type", "application/json");
                xmlhttp.send(JSON.stringify(d
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 18.239.18.73:443 · www.dorathedeveloper.com

    2026-01-10 07:07

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 31681
    Connection: close
    Date: Sat, 10 Jan 2026 07:07:31 GMT
    Last-Modified: Sun, 20 Jul 2025 12:24:48 GMT
    ETag: "94187112f02bab633084a7ec607841ff"
    Server: AmazonS3
    X-Cache: Hit from cloudfront
    Via: 1.1 cc275df4032e534bfa7c3c156b598f5a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: AMS58-P6
    X-Amz-Cf-Id: pxs4I4sTqcQJOZ3TNCpJtfFV0lMuClFZD_KFtHbzhLPUUxEFe7vsSQ==
    Age: 2
    
    Page title: Dora The Developer
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
    
        <!-- Basic Page Needs
        ================================================== -->
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
    
        <title>Dora The Developer</title>
        <meta name="description"
            content="Dora Szucs's (Dora The Developer) personal website presenting software development and data science projects.">
        <meta name="author" content="Dora Szucs">
        <meta name="keywords"
            content="Dora The Developer, Dora Szucs, Dora Szücs, Dora Szuecs, Software Developer, Software Engineer, Software projects">
    
        <!-- Mobile Specific Metas
        ================================================== -->
        <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
        <meta name="apple-mobile-web-app-capable" content="yes" />
    
        <!-- Open graph Tags
        ================================================== -->
        <meta name="og:title" property="og:title" content="Dora The Developer">
        <meta property="og:site_name" content="Dora The Developer">
        <meta property="og:url" content="https://dorathedeveloper.com">
        <meta property="og:description" content="Dora Szucs's (Dora The Developer) software developer portfolio">
        <meta property="og:image" content="https://dorathedeveloper.com/assets/img/cover.png">
        <meta property="og:type" content="website">
    
        <!-- Fonts -->
        <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
    
        <!-- Favicon
        ================================================== -->
        <link rel="apple-touch-icon" sizes="180x180" href="assets/img/cirle-logo.svg">
        <link rel="icon" type="image/png" sizes="16x16" href="assets/img/cirle-logo.svg">
    
        <!-- Stylesheets
        ================================================== -->
        <!-- Bootstrap core CSS -->
        <link href="assets/css/bootstrap.min.css" rel="stylesheet">
    
        <!-- Custom styles for this template -->
        <link href="assets/css/style.css" rel="stylesheet">
        <link href="assets/css/responsive.css" rel="stylesheet">
    
        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
        <!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
        <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
        <![endif]-->
    
        <script>
            // stop form submission, call custom ajax method
            document.addEventListener("DOMContentLoaded", function (event) {
                var contactForm = document.getElementById('contact-form')
                contactForm.addEventListener("submit", function (e) {
                    //Prevent the default behavior of a form
                    e.preventDefault();
                    submitToAPI()
                });
            });
    
            function submitToAPI() {
                displayError("");
                var URL = "https://wts213jlei.execute-api.us-east-1.amazonaws.com/production/send";
                var name = document.getElementById("name-input").value;
                var email = document.getElementById("email-input").value;
                var desc = document.getElementById("description-input").value;
    
                if (name == "" || email == "" || desc == "") {
                    displayError("Please fill in all required fields!");
                    return;
                }
    
                emailRE = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/;
                if (!emailRE.test(email)) {
                    displayError("Please enter a valid email address!");
                    return;
                }
    
                var data = {
                    name: name,
                    email: email,
                    desc: desc
                };
    
                var xmlhttp = new XMLHttpRequest();
                xmlhttp.open("POST", URL);
                xmlhttp.setRequestHeader("Content-Type", "application/json");
                xmlhttp.send(JSON.stringify(d
    Found 2026-01-10 by HttpPlugin
    Create report
dorathedeveloper.comwww.dorathedeveloper.com
CN:
dorathedeveloper.com
Key:
RSA-2048
Issuer:
Not before:
2025-02-27 00:00
Not after:
2026-03-28 23:59
Domain summary
IP summary