Help
RSS
API
Feed
Maltego
Contact
Domain > api.kheloyaar365.site
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-04-17
172.67.193.49
(
ClassC
)
2025-11-12
104.21.20.161
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Wed, 12 Nov 2025 12:40:30 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?sACbTOoSwhzpxTq34rdei7%2FjD0VGMmxI5F10uw%2FA33HIznM%2F%2FzpXxhVxyx6tsPduIiWs7%2Bexs%2Ffmx9CnSCyghfQKLYmzvkQtCfUy9kInf8%2BWrA%2Bgfjg%3D%3D}}Last-Modified: Fri, 18 Apr 2025 04:57:30 GMTSpeculation-Rules: /cdn-cgi/speculationNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Vary: Accept-EncodingServer: cloudflareX-Rate-Limit-Limit: 1sX-Rate-Limit-Remaining: 1X-Rate-Limit-Reset: 2025-11-12T12:40:31.4146906ZX-Powered-By: ASP.NETcf-cache-status: DYNAMICCF-RAY: 99d61924ab0c53d9-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html>head> title>SignalR Simple Chat/title> style typetext/css> .container { background-color: #99CCFF; border: thick solid #808080; padding: 20px; margin: 20px; } /style>/head>body> h2>Api Working/h2> div classcontainer> input typetext idmessage /> input typebutton idsendmessage valueSend /> ul iddiscussion>/ul> /div> !--Script references. --> !--Reference the SignalR library. --> script typetext/javascript srclib/signalr.min.js>/script> script srchttps://code.jquery.com/jquery-3.3.1.min.js integritysha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8 crossoriginanonymous>/script> script srchttps://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js>/script> !--Add script to update the page and send messages.--> script typetext/javascript> document.addEventListener(DOMContentLoaded, function () { var messageInput document.getElementById(token); debugger // Get the user name and store it to prepend to messages. //var name prompt(Enter your name:, ); // Set initial focus to message input box. // messageInput.focus(); let url http:// + localhost:59089/autoRefreshHub?tokenbearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI0ODM0OWQ0Ny1lM2JiLTQyZDYtYTU4MC0xMjY4MzcxMGEwMzgiLCJpc3MiOiJBbnkiLCJpYXQiOjE1NDcxMzYxODMsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL25hbWVpZGVudGlmaWVyIjoiMTg4MCIsImh0dHA6Ly9zY2hlbWFzLnhtbHNvYXAub3JnL3dzLzIwMDUvMDUvaWRlbnRpdHkvY2xhaW1zL25hbWUiOiJoaXRlbiIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvc2VyaWFsbnVtYmVyIjoiMTg4MCIsIm5iZiI6MTU0NzEzNjE4MywiZXhwIjoxNTQ3MTQzMzgzLCJhdWQiOiJBbnkifQ.E23ZpQwSZlU2vuR41MUIz1hrU7tpdNfEuu-JeNSfsFA; // Start the connection. var connection new signalR.HubConnectionBuilder() .withUrl(url, { logger: signalR.LogLevel.Trace }) .build(); //connection.Headers.Add(Authorization, bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJhYjFlMzZiYy1lODQ3LTQxNWYtYTMzZS1kMzlkMzFkMDZiOTYiLCJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjU5MDg4LyIsImlhdCI6MTU0NTU4MDQ3MCwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvbmFtZWlkZW50aWZpZXIiOiIxODgwIiwiaHR0cDovL3NjaGVtYXMueG1sc29hcC5vcmcvd3MvMjAwNS8wNS9pZGVudGl0eS9jbGFpbXMvbmFtZSI6ImhpdGVuIiwiRGlzcGxheU5hbWUiOiJoaXRlbiIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvc2VyaWFsbnVtYmVyIjoiMTg4MCIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvdXNlcmRhdGEiOiIxODgwIiwiaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS93cy8yMDA4LzA2L2lkZW50aXR5L2NsYWltcy9yb2xlIjoiQ2xpZW50IiwibmJmIjoxNTQ1NTgwNDcwLCJleHAiOjE1NDU1ODc2NzAsImF1ZCI6IkFueSJ9.9g8F7Vv_QvddhpIQUr9SHE3k4S-yv9WyE2ImUnhytlc); // Create a function that the hub can call to broadcast messages. connection.on(MarketNotificationInfoTask, function (data) { debugger // Html encode display name and message. var encodedName MarketNotificationInfoTask; var encodedMsg JSON.stringify(data); // Add the message to the page. var liElement document.createElement(li); liElement.innerHTML strong> + encodedName + /strong>: + encodedMsg; document.getElementById(discussion).appendChild(liElement); }); connection.on(MatchClientMarketListTask, function (data) { debugger // Html encode display name and message. var encodedName MatchClientMarketListTask; var encodedMsg JSON.stringify(data); // Add the message to the page. var liElement document.createElement(li); liElement.innerHTML strong> + encodedName + /strong>: + encodedMsg; document.getElementById(discussion).appendChild(liElement); }); connection.on(MultiMatchWiseInfoTask, function (data) { debugger // Html encode display name and message. var encodedName MultiMatchWiseInfoTask; var encodedMsg JSON.stringify(data); // Add the message to the page. var liElement document.createElement(li); liElement.innerHTML strong> + encodedName + /strong>: + encodedMsg; document.getElementById(discussion).appendChild(liElement); }); connection.on(MatchedBetListTask, function (data) { debugger // Html encode display name and message. var encodedName MatchedBetListTask; var encodedMsg JSON.stringify(data); // Add the message to the page. var liElement document.createElement(li); liElement.innerHTML strong> + encodedName + /strong>: + encodedMsg; document.getElementById(discussion).appendChild(liElement); }); connection.on(NewsTask, function (data) { debugger // Html encode display name and message. var encodedName NewsTask; var encodedMsg JSON.stringify(data); // Add the message to the page. var liElement document.createElement(li); liElement.innerHTML strong> + encodedName + /strong>: + encodedMsg; document.getElementById(discussion).appendChild(liElement); }); connection.on(CommentaryTask, function (data) { debugger // Html encode display name and message. var encodedName CommentaryTask; var encodedMsg JSON.stringify(data); // Add the message to the page. var liElement document.createElement(li); liElement.innerHTML strong> + encodedName + /strong>: + encodedMsg; document.getElementById(discussion).appendChild(liElement); }); // Transport fallback functionality is now built into start. connection.start() .then(function () { console.log(connection started); document.getElementById(sendmessage).addEventListener(click, function (event) { // Call the Send method on the hub. //setTimeout(function() { // connection.invoke(subscribeAutoRefresh, 1,14170); //}, 100); //setTimeout(function() { // connection.invoke(subscribeAutoRefresh, 2, JSON.stringify({ MatchIds: 5289, IECounter: 0, IsLoadMarket: true })); //}, 200); //setTimeout(function() { // connection.invoke(subscribeAutoRefresh, 3, 5289); //}, 300); //connection.invoke(subscribeAutoRefresh, 4, 14170); // connection.invoke(subscribeAutoRefresh, 5, 0); // connection.invoke(subscribeAutoRefresh, 6, 9); //setTimeout(function() { // connection.invoke(subscribeAutoRefresh, // 4, // JSON.stringify({ // BetIds: 14170, // MatchBetCount: 1, // OverflowCount: 0, // IsLoad: false, // totalBetCount: 1 // })); //}, 400); // Clear text box and reset focus for next comment. //messageInput.value ; //messageInput.focus(); //event.preventDefault(); }); }) .catch(error > { console.error(error.message); }); }); /script> script> var app angular.module(myApp, ); app.controller(myCtrl, function ($scope) { $scope.firstname John; $scope.lastname Doe; }); /script>/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
]