Help
RSS
API
Feed
Maltego
Contact
Domain > switchsystem.rs
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-07
212.200.255.48
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginxDate: Wed, 07 Jan 2026 18:30:42 GMTContent-Type: text/htmlContent-Length: 162Connection: keep-aliveLocation: https://switchsystem.rs/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: nginxDate: Wed, 07 Jan 2026 18:30:42 GMTContent-Type: text/htmlContent-Length: 3334Last-Modified: Mon, 05 Jan 2026 09:26:52 GMTConnection: keep-aliveETag: 695b83dc-d06X-Powered-By: PleskLinAccept-Ranges: bytes !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Terminali Backup/title> link relstylesheet hrefstyles.css> script srchttps://code.jquery.com/jquery-3.6.0.min.js>/script> script> // Funkcija za pretragu pri pritisku na Enter $(document).ready(function() { $(#search).on(keydown, function(e) { if (e.key Enter) { e.preventDefault(); var searchQuery $(#search).val(); window.location.href search.php?search + searchQuery; } }); }); /script>/head>body> div classcontainer> h1>Terminali Backup Sistem/h1> !-- Pretraga --> div classsearch-container> input typetext idsearch placeholderUnesi SN ili tip terminala za pretragu classsearch-input> button classbtn onclickwindow.location.hrefsearch.php?search + document.getElementById(search).value>Pretraži/button> /div> !-- Dugmadi za akcije --> div classaction-buttons> button classbtn onclickwindow.location.hrefadd_terminal.php>Unos Novog Terminala/button> button classbtn onclickwindow.location.hrefexport_excel.php>Izvoz u Excel/button> /div> !-- Tabela sa terminalima --> h2>Svi Terminali/h2> table border1 classterminal-table> thead> tr> th>SN Terminala/th> th>Tip Terminala/th> th>Komunikacija/th> th>Ključ/th> th>Broj Problema/Zahteva/th> th>Status/th> /tr> /thead> tbody> !-- Ovaj deo se popunjava dinamički iz baze podataka --> ?php // Konekcija sa bazom i dohvat podataka $conn new mysqli(localhost, root, , terminali); if ($conn->connect_error) { die(Connection failed: . $conn->connect_error); } $sql SELECT * FROM terminals; $result $conn->query($sql); if ($result->num_rows > 0) { while ($row $result->fetch_assoc()) { echo tr> td> . $rowserial_number . /td> td> . $rowterminal_type . /td> td> . $rowcommunication . /td> td> . $rowkey_value . /td> td> . $rowproblem_count . /td> td> . $rowstatus . /td> /tr>; } } else { echo tr>td colspan6>Nema podataka/td>/tr>; } $conn->close(); ?> /tbody> /table> /div>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]