nginx
tcp/443 tcp/80
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: high
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65226e9f0bf2
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://devbluecell@bitbucket.org/bluecellcomunicacion/tykfm.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
Open service 185.136.90.14:443 · www.tyk.fm
2026-01-09 12:27
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 09 Jan 2026 12:27:05 GMT
Content-Type: text/html
Content-Length: 5568
Last-Modified: Thu, 18 Jul 2019 19:35:23 GMT
Connection: close
ETag: "5d30c9fb-15c0"
X-Powered-By: PleskLin
Accept-Ranges: bytes
Page title: tyk.fm - Shorten yor links
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="We´re a fast and simple url shortener." />
<meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
<meta http-equiv="content-language" content="English" />
<meta name="ROBOTS" content="ALL" />
<title>tyk.fm - Shorten yor links</title>
<link href="css/estilos.css" rel="stylesheet" type="text/css" />
<style>
.linkshort a:link {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: none}
.linkshort a:visited {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: none}
.linkshort a:hover {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: underline; color: red;}
.linkshort a:active {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: none}
</style>
<script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(function($) {
positionFooter();
function positionFooter(){
$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
}
$(window)
.scroll(positionFooter)
.resize(positionFooter)
})
function createXMLHttpRequest() {
var ua;
if(window.XMLHttpRequest) {
try {
ua = new XMLHttpRequest();
} catch(e) {
ua = false;
}
} else if(window.ActiveXObject) {
try {
ua = new ActiveXObject("Microsoft.XMLHTTP");
} catch(e) {
ua = false;
}
}
return ua;
}
var req = createXMLHttpRequest();
function trim(str)
{
return str.replace(/^\s*/,'').replace(/\s*$/,'');
}
function sendRequest()
{
var link = trim(document.forms['tykform'].urlcomplete.value);
/* Evitamos caracteres especiales en url... */
link = link.replace('#','4lm04d1ll4t4g','g');
link = link.replace('?','1nt3rr0g4nt3t4g','g');
link = link.replace('=','1gu4lt4g','g');
link = link.replace('&','4mp3rs4ndt4g','g');
link = link.replace('!','3xcl41mt4g','g');
document.getElementById('shortenurldiv').style.display = "none";
if (link != '')
{
var tykeaction = 'url_shortener.php?link=' + link;
req.open('get', tykeaction);
req.onreadystatechange = handleResponse;
req.send(null);
}else{
document.forms['tykform'].urlcomplete.value = 'URL?';
}
}
function handleResponse(){
if(req.readyState == 4){
var response = req.responseText;
var update = new Array();
if(response.indexOf('||' != -1))
{
update = response.split('||');
if (update[0] == 'ok')
{
var textlink = update[1].replace("http://", "");
document.getElementById('shortenurldiv').style.display = "block";
document.getElementById('divresult').innerHTML = '<a href="' + update[1] + '" target="_blank" class="linkshort">' + textlink + '</a>';
}else{
document.forms['tykform'].urlcomplete.value = 'Error. Try again';
}
}
}
else
req.readyState;
}
</script>
</head>
<body>
<div id="wraperTop">
<div class="contenido">
<div class="elementos">
<h1>tyk.fm Shorten yor links</h1>
<form name="tykform" id="tykform" method="post" action="" />
<input name="urlcomplete" id="urlcomplete" type="text" class="casilla" value="http://" onFocus="javascript: if ((document.forms['tykform'].urlcomplete.value == 'URL?') || (document.forms['tykform'].urlcomplete.value == 'http://') || (document.forms['tykform'].urlcomplete.value == 'Error. Try again')){ document.forms['tykform'].urlcomplete.value = '';}" onkeypress="javascript:
Open service 185.136.90.14:443 · www.tyk.fm
2026-01-02 20:28
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 02 Jan 2026 20:28:11 GMT
Content-Type: text/html
Content-Length: 5568
Last-Modified: Thu, 18 Jul 2019 19:35:23 GMT
Connection: close
ETag: "5d30c9fb-15c0"
X-Powered-By: PleskLin
Accept-Ranges: bytes
Page title: tyk.fm - Shorten yor links
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="We´re a fast and simple url shortener." />
<meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
<meta http-equiv="content-language" content="English" />
<meta name="ROBOTS" content="ALL" />
<title>tyk.fm - Shorten yor links</title>
<link href="css/estilos.css" rel="stylesheet" type="text/css" />
<style>
.linkshort a:link {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: none}
.linkshort a:visited {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: none}
.linkshort a:hover {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: underline; color: red;}
.linkshort a:active {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: none}
</style>
<script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(function($) {
positionFooter();
function positionFooter(){
$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
}
$(window)
.scroll(positionFooter)
.resize(positionFooter)
})
function createXMLHttpRequest() {
var ua;
if(window.XMLHttpRequest) {
try {
ua = new XMLHttpRequest();
} catch(e) {
ua = false;
}
} else if(window.ActiveXObject) {
try {
ua = new ActiveXObject("Microsoft.XMLHTTP");
} catch(e) {
ua = false;
}
}
return ua;
}
var req = createXMLHttpRequest();
function trim(str)
{
return str.replace(/^\s*/,'').replace(/\s*$/,'');
}
function sendRequest()
{
var link = trim(document.forms['tykform'].urlcomplete.value);
/* Evitamos caracteres especiales en url... */
link = link.replace('#','4lm04d1ll4t4g','g');
link = link.replace('?','1nt3rr0g4nt3t4g','g');
link = link.replace('=','1gu4lt4g','g');
link = link.replace('&','4mp3rs4ndt4g','g');
link = link.replace('!','3xcl41mt4g','g');
document.getElementById('shortenurldiv').style.display = "none";
if (link != '')
{
var tykeaction = 'url_shortener.php?link=' + link;
req.open('get', tykeaction);
req.onreadystatechange = handleResponse;
req.send(null);
}else{
document.forms['tykform'].urlcomplete.value = 'URL?';
}
}
function handleResponse(){
if(req.readyState == 4){
var response = req.responseText;
var update = new Array();
if(response.indexOf('||' != -1))
{
update = response.split('||');
if (update[0] == 'ok')
{
var textlink = update[1].replace("http://", "");
document.getElementById('shortenurldiv').style.display = "block";
document.getElementById('divresult').innerHTML = '<a href="' + update[1] + '" target="_blank" class="linkshort">' + textlink + '</a>';
}else{
document.forms['tykform'].urlcomplete.value = 'Error. Try again';
}
}
}
else
req.readyState;
}
</script>
</head>
<body>
<div id="wraperTop">
<div class="contenido">
<div class="elementos">
<h1>tyk.fm Shorten yor links</h1>
<form name="tykform" id="tykform" method="post" action="" />
<input name="urlcomplete" id="urlcomplete" type="text" class="casilla" value="http://" onFocus="javascript: if ((document.forms['tykform'].urlcomplete.value == 'URL?') || (document.forms['tykform'].urlcomplete.value == 'http://') || (document.forms['tykform'].urlcomplete.value == 'Error. Try again')){ document.forms['tykform'].urlcomplete.value = '';}" onkeypress="javascript:
Open service 185.136.90.14:443 · www.tyk.fm
2025-12-22 19:44
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 22 Dec 2025 19:44:15 GMT
Content-Type: text/html
Content-Length: 5568
Last-Modified: Thu, 18 Jul 2019 19:35:23 GMT
Connection: close
ETag: "5d30c9fb-15c0"
X-Powered-By: PleskLin
Accept-Ranges: bytes
Page title: tyk.fm - Shorten yor links
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="We´re a fast and simple url shortener." />
<meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
<meta http-equiv="content-language" content="English" />
<meta name="ROBOTS" content="ALL" />
<title>tyk.fm - Shorten yor links</title>
<link href="css/estilos.css" rel="stylesheet" type="text/css" />
<style>
.linkshort a:link {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: none}
.linkshort a:visited {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: none}
.linkshort a:hover {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: underline; color: red;}
.linkshort a:active {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: none}
</style>
<script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(function($) {
positionFooter();
function positionFooter(){
$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
}
$(window)
.scroll(positionFooter)
.resize(positionFooter)
})
function createXMLHttpRequest() {
var ua;
if(window.XMLHttpRequest) {
try {
ua = new XMLHttpRequest();
} catch(e) {
ua = false;
}
} else if(window.ActiveXObject) {
try {
ua = new ActiveXObject("Microsoft.XMLHTTP");
} catch(e) {
ua = false;
}
}
return ua;
}
var req = createXMLHttpRequest();
function trim(str)
{
return str.replace(/^\s*/,'').replace(/\s*$/,'');
}
function sendRequest()
{
var link = trim(document.forms['tykform'].urlcomplete.value);
/* Evitamos caracteres especiales en url... */
link = link.replace('#','4lm04d1ll4t4g','g');
link = link.replace('?','1nt3rr0g4nt3t4g','g');
link = link.replace('=','1gu4lt4g','g');
link = link.replace('&','4mp3rs4ndt4g','g');
link = link.replace('!','3xcl41mt4g','g');
document.getElementById('shortenurldiv').style.display = "none";
if (link != '')
{
var tykeaction = 'url_shortener.php?link=' + link;
req.open('get', tykeaction);
req.onreadystatechange = handleResponse;
req.send(null);
}else{
document.forms['tykform'].urlcomplete.value = 'URL?';
}
}
function handleResponse(){
if(req.readyState == 4){
var response = req.responseText;
var update = new Array();
if(response.indexOf('||' != -1))
{
update = response.split('||');
if (update[0] == 'ok')
{
var textlink = update[1].replace("http://", "");
document.getElementById('shortenurldiv').style.display = "block";
document.getElementById('divresult').innerHTML = '<a href="' + update[1] + '" target="_blank" class="linkshort">' + textlink + '</a>';
}else{
document.forms['tykform'].urlcomplete.value = 'Error. Try again';
}
}
}
else
req.readyState;
}
</script>
</head>
<body>
<div id="wraperTop">
<div class="contenido">
<div class="elementos">
<h1>tyk.fm Shorten yor links</h1>
<form name="tykform" id="tykform" method="post" action="" />
<input name="urlcomplete" id="urlcomplete" type="text" class="casilla" value="http://" onFocus="javascript: if ((document.forms['tykform'].urlcomplete.value == 'URL?') || (document.forms['tykform'].urlcomplete.value == 'http://') || (document.forms['tykform'].urlcomplete.value == 'Error. Try again')){ document.forms['tykform'].urlcomplete.value = '';}" onkeypress="javascript:
Open service 185.53.179.136:80 · www.tyk.fm
2025-12-21 02:03
HTTP/1.1 200 OK Server: nginx Date: Sun, 21 Dec 2025 02:03:16 GMT Content-Type: application/octet-stream Content-Length: 0 Connection: close Content-Type: text/plain
Open service 185.136.90.14:443 · www.tyk.fm
2025-12-20 19:44
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 20 Dec 2025 19:44:59 GMT
Content-Type: text/html
Content-Length: 5568
Last-Modified: Thu, 18 Jul 2019 19:35:23 GMT
Connection: close
ETag: "5d30c9fb-15c0"
X-Powered-By: PleskLin
Accept-Ranges: bytes
Page title: tyk.fm - Shorten yor links
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="We´re a fast and simple url shortener." />
<meta name="keywords" content="url shortener, long url shortener, tyk shortener" />
<meta http-equiv="content-language" content="English" />
<meta name="ROBOTS" content="ALL" />
<title>tyk.fm - Shorten yor links</title>
<link href="css/estilos.css" rel="stylesheet" type="text/css" />
<style>
.linkshort a:link {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: none}
.linkshort a:visited {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: none}
.linkshort a:hover {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: underline; color: red;}
.linkshort a:active {color: #656565;
font-size: 36px;
height: 73px;
line-height: 73px;
margin: 12px 0;
text-align: center;
width: 422px; text-decoration: none}
</style>
<script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(function($) {
positionFooter();
function positionFooter(){
$(".footer").css({position: "absolute",top:($(window).scrollTop()+$(window).height()-$(".footer").height())+"px"})
}
$(window)
.scroll(positionFooter)
.resize(positionFooter)
})
function createXMLHttpRequest() {
var ua;
if(window.XMLHttpRequest) {
try {
ua = new XMLHttpRequest();
} catch(e) {
ua = false;
}
} else if(window.ActiveXObject) {
try {
ua = new ActiveXObject("Microsoft.XMLHTTP");
} catch(e) {
ua = false;
}
}
return ua;
}
var req = createXMLHttpRequest();
function trim(str)
{
return str.replace(/^\s*/,'').replace(/\s*$/,'');
}
function sendRequest()
{
var link = trim(document.forms['tykform'].urlcomplete.value);
/* Evitamos caracteres especiales en url... */
link = link.replace('#','4lm04d1ll4t4g','g');
link = link.replace('?','1nt3rr0g4nt3t4g','g');
link = link.replace('=','1gu4lt4g','g');
link = link.replace('&','4mp3rs4ndt4g','g');
link = link.replace('!','3xcl41mt4g','g');
document.getElementById('shortenurldiv').style.display = "none";
if (link != '')
{
var tykeaction = 'url_shortener.php?link=' + link;
req.open('get', tykeaction);
req.onreadystatechange = handleResponse;
req.send(null);
}else{
document.forms['tykform'].urlcomplete.value = 'URL?';
}
}
function handleResponse(){
if(req.readyState == 4){
var response = req.responseText;
var update = new Array();
if(response.indexOf('||' != -1))
{
update = response.split('||');
if (update[0] == 'ok')
{
var textlink = update[1].replace("http://", "");
document.getElementById('shortenurldiv').style.display = "block";
document.getElementById('divresult').innerHTML = '<a href="' + update[1] + '" target="_blank" class="linkshort">' + textlink + '</a>';
}else{
document.forms['tykform'].urlcomplete.value = 'Error. Try again';
}
}
}
else
req.readyState;
}
</script>
</head>
<body>
<div id="wraperTop">
<div class="contenido">
<div class="elementos">
<h1>tyk.fm Shorten yor links</h1>
<form name="tykform" id="tykform" method="post" action="" />
<input name="urlcomplete" id="urlcomplete" type="text" class="casilla" value="http://" onFocus="javascript: if ((document.forms['tykform'].urlcomplete.value == 'URL?') || (document.forms['tykform'].urlcomplete.value == 'http://') || (document.forms['tykform'].urlcomplete.value == 'Error. Try again')){ document.forms['tykform'].urlcomplete.value = '';}" onkeypress="javascript: