Domain www.djgillespie.art
United States
UNIFIEDLAYER-AS-1
  • VSCode SFTP configuration exposed
    First seen 2023-07-12 16:06
    Last seen 2023-09-23 00:16
    Open for 72 days
    • Fingerprint: 13b3a7b17cfc7502c36c325d3c7440969bd91987b94de70cc433dce34681ba71

      {
          "name": "djgilles",
          "host": "50.6.152.17",
          "protocol": "sftp",
          "port": 22,
          "username": "djgilles",
          "password": "5icK0f7h!s5414",
          "remotePath": "public_html",
          "uploadOnSave": true
      }
      Found on 2023-09-16 22:34
      214 Bytes
    • Fingerprint: 13b3a7b17cfc7502c36c325d3c744096d90ce289335edbf22c5bce31787c7927

      {
          "name": "djgilles",
          "host": "162.241.216.233",
          "protocol": "sftp",
          "port": 22,
          "username": "djgilles",
          "password": "5icK0f7h!s5414",
          "remotePath": "public_html",
          "uploadOnSave": true
      }
      Found on 2023-09-13 05:29
      218 Bytes
    • Fingerprint: 13b3a7b18ffc92a5781c111297dded97e56faa2b7c13d3e4d1ccaac22e71790f

      HTTP/1.1 301 Moved Permanently
      Date: Tue, 12 Sep 2023 15:49:25 GMT
      Server: Apache
      X-Redirect-By: WordPress
      Upgrade: h2,h2c
      Connection: Upgrade, close
      Location: https://djgillespie.art/
      host-header: c2hhcmVkLmJsdWVob3N0LmNvbQ==
      Content-Length: 0
      Content-Type: text/html; charset=UTF-8
      {
          "name": "djgilles",
          "host": "162.241.216.233",
          "protocol": "sftp",
          "port": 22,
          "username": "djgilles",
          "password": "5icK0f7h!s5414",
          "remotePath": "public_html",
          "uploadOnSave": true
      }
      Found on 2023-09-12 15:49
      218 Bytes
    • Fingerprint: 13b3a7b18ffc92a5ebda39da22333d1f574608a82d237f2ed587ab0a5256290d

      HTTP/1.1 200 OK
      Date: Wed, 12 Jul 2023 16:06:17 GMT
      Server: Apache
      Upgrade: h2,h2c
      Connection: Upgrade, close
      Vary: Accept-Encoding
      host-header: c2hhcmVkLmJsdWVob3N0LmNvbQ==
      Transfer-Encoding: chunked
      Content-Type: text/html; charset=UTF-8
      
      Page title: DJ Gillespie
      
      ce0
      <!doctype html>
      <html>
      <head>
      <meta charset='utf-8'>
      <title>DJ Gillespie</title>
      <link rel='preconnect' href='https://fonts.googleapis.com'>
      <link rel='preconnect' href='https://fonts.gstatic.com' crossorigin>
      <link href='https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap' rel='stylesheet'>
      
      <style type='text/css'>
      	* { font-family:'Roboto', sans-serif; }
      	
      	body { background-color:white; margin:0; }
      	
      	body, html { height:100%; }
      		
      	#content { margin-top:48px; padding-bottom:50px; padding:20px; }
      	
      	/* FLEX */
      	.flex_cntnr { display:flex; margin-bottom:20px; flex-wrap:wrap; }
      	
      	/* NAVBAR */
      	#navbar { flex:1 0 20%; background-color:#21a799; color:white; text-align:center; padding:15px; box-shadow:0 0 10px 5px #21a799; }
      	
      	#bio>img.flex_item2 { width:100%; border-radius:50%; box-shadow:0 0 15px 5px; max-width:200px; margin-top:0; }
      	
      	#social_media img { width:40px; vertical-align:bottom; border-radius:0; transition:all 0.3s ease-in-out; }
      	
      	#bio, #social_media { position:fixed; }
      	
      	#bio { top:10px; max-width:200px; display:flex; flex-direction:column; }
      	
      	#bio>.flex_item2 { margin-top:15px; }
      	
      	#social_media { bottom:10px; }
      	
      	#navbar a { color:#0d403b; transition:all 0.3s ease-in-out; text-decoration:none; }
      	
      	#navbar a:hover { color:white; }
      	
      	#navbar h3 { margin-bottom:0; margin-top:0; }
      	
      	#navbar p { margin-top:5px; }
      	
      	/* PORTFOLIO */
      	.portfolio { flex:1 0 23%; min-width:200px; padding:2px; }
      	
      	.portfolio img { width:100%; margin:auto; }
      	
      	#portfolio { display:flex; flex-wrap:wrap; padding:10px; }
      	
      	/* FORM */
      	input, textarea, select { 
      		background-color:;
      		color:;
      		border:none; 
      		border-radius:5px;  
      		margin:10px; }
      	
      	textarea { padding:5px; display:block; margin:0 auto; }
      	
      	input, select { height:30px; }
      	
      	input[type='submit'] { width:125px; cursor:pointer; transition:0.5s; padding:0; display:block; margin:0 auto; }
      	
      	input[type='submit']:hover { background-color:; color:; }
      	
      	input[type='text'] { padding:0 5px; width:250px; }
      	
      	select { width:260px; }
      	
      	label { display:block; margin:0 10px; }
      
      	/* HOME */
      	#main_content { flex:1 0 75%; height:100%; margin-left:20px; color:#0d403b; overflow:hidden; }
      	
      	@media (max-width:1050px)
      	{
      		#mobile_only { display:block; }
      		
      		#desktop_only { display:none; }
      		
      		.flex_cntnr { flex-direction:column; }	
      		
      		.flex_item > img { width:auto; max-height:350px; } 
      		
      		.img_cntnr > img { max-width:250px; }
      		
      		.flex_item { margin:0 auto; }
      		
      		.img_cntnr { text-align:center; }
      		
      		.hero-image { height:25%; }
      		
      		#bio { flex-direction:row; max-width:inherit; position:inherit; }
      		
      		#bio>img.flex_item2 { max-width:100px; }
      		
      		#bio>div { text-align:left; margin-left:25px; }
      		
      		#social_media { position:relative; top:50%; transform:translateY(-50%); left:20px; }
      		
      		.flex_item2 { flex:1 0 24%; }
      		
      		#navbar_content { display:flex; }
      		
      		#main_content { margin-left:0; }
      	}
      	
      	@media(max-width:725px)
      	{
      		#bio, #navbar_content { flex-direction:column; }
      		
      		#social_media { position:inherit; transform:inherit; }
      		
      		#bio>div { text-align:center; margin-left:0; }
      		
      		#bio>img.flex_item2 { margin:auto; }
      	}
      	
      	@media (max-width:500px)
      	{
      		.flex_item > img { max-height:250px; }
      	}
      </style>I cannot connect to the database because: 
      0
      
      {
          "name": "djgilles",
          "host": "162.241.216.233",
          "protocol": "sftp",
          "port": 22,
          "username": "djgilles",
          "password": "5icK0f7h!s5414",
          "remotePath": "public_html",
          "uploadOnSave": true
      }
      Found on 2023-07-12 16:06
      218 Bytes
Domain summary
IP summary