Host 51.75.242.164
France
OVH SAS
Debian
Software information

Apache Apache 2.4.62

tcp/443 tcp/80

  • Git configuration and history exposed
    First seen 2024-06-13 09:45
    Last seen 2024-11-23 23:26
    Open for 163 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522ff73434c

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = git@github.com:ADDInformatique/AddvanceSolutions.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "dev"]
      	remote = origin
      	merge = refs/heads/dev
      
      Found on 2024-11-23 23:26
      271 Bytes
  • Git configuration and history exposed
    First seen 2024-06-12 23:57
    Last seen 2024-11-23 23:26
    Open for 163 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522ff73434c

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = git@github.com:ADDInformatique/AddvanceSolutions.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "dev"]
      	remote = origin
      	merge = refs/heads/dev
      
      Found on 2024-11-23 23:26
      271 Bytes
  • Git configuration and history exposed
    First seen 2024-08-02 19:24
    Last seen 2024-11-22 16:47
    Open for 111 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522ff73434c

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = git@github.com:ADDInformatique/AddvanceSolutions.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "dev"]
      	remote = origin
      	merge = refs/heads/dev
      
      Found on 2024-11-22 16:47
      271 Bytes
  • Open service 51.75.242.164:443 · sommelierscavistes.addvancesolutions.fr

    2024-11-20 21:11

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 20 Nov 2024 21:11:42 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-20 by HttpPlugin
    Create report
  • Open service 51.75.242.164:80

    2024-11-20 00:05

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 20 Nov 2024 00:05:39 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-20 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443

    2024-11-20 00:05

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 20 Nov 2024 00:05:37 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-20 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443 · sommelierscavistes.addvancesolutions.fr

    2024-11-18 15:09

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 18 Nov 2024 15:09:09 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-18 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443

    2024-11-17 23:50

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 17 Nov 2024 23:50:29 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-17 by HttpPlugin
    Create report
  • Open service 51.75.242.164:80

    2024-11-17 23:50

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 17 Nov 2024 23:50:26 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-17 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443 · sommelierscavistes.addvancesolutions.fr

    2024-11-16 20:19

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 16 Nov 2024 20:19:29 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-16 by HttpPlugin
    Create report
  • Open service 51.75.242.164:80

    2024-11-16 00:08

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 16 Nov 2024 00:08:18 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-16 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443

    2024-11-16 00:08

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 16 Nov 2024 00:08:12 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-16 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443 · sommelierscavistes.addvancesolutions.fr

    2024-11-02 08:51

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 02 Nov 2024 08:51:56 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443

    2024-11-02 02:28

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 02 Nov 2024 02:28:58 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 51.75.242.164:80

    2024-11-02 01:57

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 02 Nov 2024 01:57:11 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443 · sommelierscavistes.addvancesolutions.fr

    2024-11-01 05:44

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 01 Nov 2024 05:44:28 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-01 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443

    2024-11-01 00:50

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 01 Nov 2024 00:50:03 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-11-01 by HttpPlugin
    Create report
  • Open service 51.75.242.164:80

    2024-10-31 23:50

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 31 Oct 2024 23:51:00 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-31 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443 · sommelierscavistes.addvancesolutions.fr

    2024-10-30 08:14

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 30 Oct 2024 08:14:16 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-30 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443

    2024-10-30 01:26

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 30 Oct 2024 01:26:26 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-30 by HttpPlugin
    Create report
  • Open service 51.75.242.164:80

    2024-10-29 22:41

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 29 Oct 2024 22:41:55 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-29 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443

    2024-10-29 02:12

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 29 Oct 2024 02:12:09 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-29 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443 · sommelierscavistes.addvancesolutions.fr

    2024-10-22 08:25

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 22 Oct 2024 08:25:03 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-22 by HttpPlugin
    Create report
  • Open service 51.75.242.164:80

    2024-10-21 23:08

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 21 Oct 2024 23:08:47 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-21 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443

    2024-10-21 21:39

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 21 Oct 2024 21:39:06 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-21 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443 · sommelierscavistes.addvancesolutions.fr

    2024-10-20 10:39

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 20 Oct 2024 10:39:40 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-20 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443

    2024-10-19 21:56

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 19 Oct 2024 21:56:37 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-19 by HttpPlugin
    Create report
  • Open service 51.75.242.164:80

    2024-10-19 21:14

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 19 Oct 2024 21:14:58 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-19 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443 · sommelierscavistes.addvancesolutions.fr

    2024-10-18 03:34

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 18 Oct 2024 03:35:03 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-18 by HttpPlugin
    Create report
  • Open service 51.75.242.164:80

    2024-10-17 23:44

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 17 Oct 2024 23:44:10 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-17 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443

    2024-10-17 22:00

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 17 Oct 2024 22:00:55 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-17 by HttpPlugin
    Create report
  • Open service 51.75.242.164:443 · sommelierscavistes.addvancesolutions.fr

    2024-10-16 06:03

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 16 Oct 2024 06:03:05 GMT
    Server: Apache/2.4.62 (Debian)
    Location: /intranet/index.php
    Content-Length: 3605
    Connection: close
    Content-Type: text/html; charset=UTF-8
    
    Page title: Intranet
    
    <!DOCTYPE html>
    <html lang="fr" class="no-js">
    	<head>
    		<meta charset="UTF-8" />
    		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
    		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
    		<meta name="robots" content="noindex, nofollow">
    		<title>Intranet</title>
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/default.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/component.css" />
    		<link rel="stylesheet" type="text/css" href="./script/plugin/ResponsiveRetinaReadyMenu/css/icon.css" />
    		<script src="./script/javascript/modernizr.custom.js"></script>
    	</head>
    	<body>
    		<div class="container">
    			<header>
    				<h1>Bienvenue <span>sur l'intranet</span></h1>	
    			</header>
    			<div class="main clearfix">
    				<nav id="menu" class="nav">
    					<ul>
    						<li>
    							<a href="caisse/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-home"></i>
    								</span>
    								<span>Caisse</span>
    							</a>
    						</li>
    						<li>
    							<a href="intranet/">
    								<span class="icon"> 
    									<i aria-hidden="true" class="icon-services"></i>
    								</span>
    								<span>Intranet</span>
    							</a>
    						</li>
    						<li>
    							<a href="sav/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-portfolio"></i>
    								</span>
    								<span>SAV</span>
    							</a>
    						</li>
    						<li>
    							<a href="">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-blog"></i>
    								</span>
    								<span>Publicité</span>
    							</a>
    						</li>
    						<li>
    							<a href="iphone/">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-team"></i>
    								</span>
    								<span>Mobile</span>
    							</a>
    						</li>
    						<!-- <li>
    							<a href="#">
    								<span class="icon">
    									<i aria-hidden="true" class="icon-contact"></i>
    								</span>
    								<span>Contact</span>
    							</a>
    						</li> -->
    					</ul>
    				</nav>
    			</div>
    		</div><!-- /container -->
    		<script>
    			//  The function to change the class
    			var changeClass = function (r,className1,className2) {
    				var regex = new RegExp("(?:^|\\s+)" + className1 + "(?:\\s+|$)");
    				if( regex.test(r.className) ) {
    					r.className = r.className.replace(regex,' '+className2+' ');
    			    }
    			    else{
    					r.className = r.className.replace(new RegExp("(?:^|\\s+)" + className2 + "(?:\\s+|$)"),' '+className1+' ');
    			    }
    			    return r.className;
    			};	
    			// TEST
    			//  Creating our button in JS for smaller screens
    			var menuElements = document.getElementById('menu');
    			menuElements.insertAdjacentHTML('afterBegin','<button type="button" id="menutoggle" class="navtoogle" aria-hidden="true"><i aria-hidden="true" class="icon-menu"> </i> Menu</button>');
    
    			//  Toggle the class on click to show / hide the menu
    			document.getElementById('menutoggle').onclick = function() {
    				changeClass(this, 'navtoogle active', 'navtoogle');
    			}
    
    			// http://tympanus.net/codrops/2013/05/08/responsive-retina-ready-menu/comment-page-2/#comment-438918
    			document.onclick = function(e) {
    				var mobileButton = document.getElementById('menutoggle'),
    					buttonStyle =  mobileButton.currentStyle ? mobileButton.currentStyle.display : getComputedStyle(mobileButton, null).display;
    
    				if(buttonStyle === 'block' && e.target !== mobileButton && new RegExp(' ' + 'active' + ' ').test(' ' + mobileButton.className + ' ')) {
    					changeClass(mobileButton, 'navtoogle active', 'navtoogle');
    				}
    			}
    		</script>
    	</body>
    </html>
    Found 2024-10-16 by HttpPlugin
    Create report
sommelierscavistes.addvancesolutions.fr
CN:
sommelierscavistes.addvancesolutions.fr
Key:
ECDSA-256
Issuer:
E6
Not before:
2024-10-01 18:18
Not after:
2024-12-30 18:18
Domain summary