Help
RSS
API
Feed
Maltego
Contact
Domain > globaletut.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-10-27
184.168.224.156
(
ClassC
)
2024-12-26
50.63.9.2
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlLast-Modified: Mon, 31 Jul 2023 05:57:54 GMTAccept-Ranges: bytesETag: f7f0b8f273c3d91:0Server: Microsoft-IIS/10.0X-Powered-By: ASP.NETX-Powered-By-Plesk: PleskWinDate: Thu, 26 Dec 2024 17:55:12 GMTContent-Length: 4015 !DOCTYPE html>html>head> title>Task Manager/title> link relstylesheet hrefhttps://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css> link relstylesheet hrefhttps://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css> style> .task-board { display: flex; justify-content: space-around; margin-top: 2rem; } .task-list { width: 30%; min-height: 20vh; border: 1px solid #ccc; padding: 1rem; border-radius: 5px; } .list-group-item { cursor: move; } .task-list .list-group-item { margin-bottom: 10px; } #categoryTabs { margin-top: 2rem; } .priority-low { background-color: #d4edda; /* green */ } .priority-medium { background-color: #ffeeba; /* yellow */ } .priority-high { background-color: #f8d7da; /* red */ } /style>/head>body> div classcontainer> h2 classtext-center>Draggable Task Manager/h2> button idaddTask classbtn btn-primary mt-2>Add Task/button> ul classnav nav-tabs idcategoryTabs roletablist> li classnav-item> a classnav-link active idpersonal-tab data-toggletab href#personal roletab aria-controlspersonal aria-selectedtrue>Personal/a> /li> li classnav-item> a classnav-link idoffice-tab data-toggletab href#office roletab aria-controlsoffice aria-selectedfalse>Office/a> /li> li classnav-item> a classnav-link idmisc-tab data-toggletab href#misc roletab aria-controlsmisc aria-selectedfalse>Miscellaneous/a> /li> /ul> div classtab-content idcategoryTabsContent> !-- Categories content will go here --> /div> /div> !-- jQuery, jQuery UI, and Bootstrap JS --> script srchttps://code.jquery.com/jquery-3.5.1.min.js>/script> script srchttps://code.jquery.com/ui/1.12.1/jquery-ui.min.js>/script> script srchttps://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js>/script> script>$(function() { // Create a new task $(#addTask).click(function() { var taskContent prompt(Enter task content); var taskComment prompt(Enter task comment); var taskPriority prompt(Enter task priority (low, medium, high)); if (taskContent && taskPriority) { var priorityClass priority- + taskPriority.toLowerCase(); var newTask $(li classlist-group-item + priorityClass + contenteditabletrue> + taskContent + br>small> + taskComment + /small>/li>); $(.tab-pane.active ul:first-child).append(newTask); } }); // Initialize states var states todo, active, done; // Initialize categories var categories personal, office, misc; categories.forEach(function(category) { var newCategory $(div classtab-pane fade id + category + roletabpanel aria-labelledby + category + -tab>div classtask-board>/div>/div>); states.forEach(function(state) { var newState $(div classtask-list>h4 classtext-center> + state.charAt(0).toUpperCase() + state.slice(1) + /h4>ul classlist-group>/ul>/div>); newCategory.find(.task-board).append(newState); }); $(#categoryTabsContent).append(newCategory); }); // Enable jQuery UI sortable on the task lists $(.task-list ul).sortable({ connectWith: .task-list ul }); // Set the first category as active $(#categoryTabs a:first).tab(show);}); /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
]