"2026-01-10 03:40:01"

This commit is contained in:
Attacks
2026-01-10 03:42:17 +00:00
parent 621b0b45cc
commit 49c7e86655

View File

@@ -1,397 +1,530 @@
121.73.169.0/24
47.128.56.0/24
138.255.206.0/24
103.84.202.0/24
173.244.42.0/24 <!DOCTYPE html>
45.181.28.0/24 <html lang="en">
197.255.203.0/24 <head>
176.103.4.0/24 <meta charset="utf-8">
122.187.230.0/24 <meta name="viewport" content="width=device-width, initial-scale=1">
185.223.152.0/24 <meta http-equiv="Content-Language" content="en">
185.197.9.0/24 <meta http-equiv="content-type" content="text/html; charset=utf-8">
179.0.249.0/24 <meta name="country" content="Iceland">
185.238.231.0/24 <meta name="language" content="is">
85.203.15.0/24 <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
93.115.7.0/24 <!-- Title -->
85.203.23.0/24 <title>
179.0.252.0/24 Management
185.229.98.0/24 - 1984 Hosting Company</title>
37.221.149.0/24 <link rel="stylesheet" href="/static/fontawesome/css/all.css" />
171.22.234.0/24 <link href="/static/flag-icon-css-master/css/flag-icon.min.css" rel="stylesheet">
31.171.154.0/24 <link type="text/css" href="/static/jquery-ui-1.12.1/jquery-ui.min.css" rel="Stylesheet" />
173.239.214.0/24 <script type="text/javascript" src="/static/js/jquery-3.6.3.min.js"></script>
125.90.72.0/24
179.0.250.0/24 <link rel="apple-touch-icon" sizes="57x57" href="/static/favicon/apple-icon-57x57.png">
180.93.96.0/24 <link rel="apple-touch-icon" sizes="60x60" href="/static/favicon/apple-icon-60x60.png">
109.207.35.0/24 <link rel="apple-touch-icon" sizes="72x72" href="/static/favicon/apple-icon-72x72.png">
103.30.81.0/24 <link rel="apple-touch-icon" sizes="76x76" href="/static/favicon/apple-icon-76x76.png">
103.237.58.0/24 <link rel="apple-touch-icon" sizes="114x114" href="/static/favicon/apple-icon-114x114.png">
155.2.194.0/24 <link rel="apple-touch-icon" sizes="120x120" href="/static/favicon/apple-icon-120x120.png">
41.139.18.0/24 <link rel="apple-touch-icon" sizes="144x144" href="/static/favicon/apple-icon-144x144.png">
185.15.170.0/24 <link rel="apple-touch-icon" sizes="152x152" href="/static/favicon/apple-icon-152x152.png">
173.244.58.0/24 <link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-icon-180x180.png">
185.15.169.0/24 <link rel="icon" type="image/png" sizes="192x192" href="/static/favicon/android-icon-192x192.png">
84.239.37.0/24 <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png">
187.120.76.0/24 <link rel="icon" type="image/png" sizes="96x96" href="/static/favicon/favicon-96x96.png">
47.128.47.0/24 <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png">
185.39.19.0/24 <link rel="manifest" href="/static/favicon/manifest.json">
178.216.25.0/24 <meta name="msapplication-TileColor" content="#ffffff">
104.143.84.0/24 <meta name="msapplication-TileImage" content="/static/ms-icon-144x144.png">
98.98.171.0/24 <!-- Bootstrap CSS -->
187.120.73.0/24 <link rel="stylesheet" href="/static/bootstrap-5.3.3-dist/css/bootstrap.min.css" />
179.0.251.0/24 <!-- Libs CSS -->
216.73.163.0/24 <link rel="stylesheet" href="/static/dashkit/dist/assets/css/libs.bundle.css" />
162.241.2.0/24 <!-- Theme CSS -->
178.178.194.0/24 <link rel="stylesheet" href="/static/dashkit/dist/assets/css/theme.bundle.css" />
47.128.96.0/24 <!-- 1984 Custom -->
45.156.129.0/24 <link href="/static/css/base.css" rel="stylesheet">
45.238.107.0/24 <link type="text/css" href="/static/jquery-confirm/css/jquery-confirm.css" rel="Stylesheet" />
37.203.49.0/24 <link type="text/css" href="/static/css/sweetalert2.min.css" rel="Stylesheet" />
171.25.193.0/24
103.59.132.0/24 <!-- Custom CSS -->
217.26.179.0/24
41.74.5.0/24 <link rel="stylesheet" href="/static/css/custom.css">
121.73.163.0/24
45.149.173.0/24
181.214.218.0/24 <script>
191.53.128.0/24
178.216.29.0/24
196.0.122.0/24
187.120.104.0/24 // public.js starts
116.179.37.0/24 var processing;
176.125.229.0/24 processing = processing || (function () {
41.216.213.0/24 var process = $('<div class="modal modal-static fade" id="processing-modal" role="dialog" aria-hidden="true" data-bs-backdrop="static"><div class="modal-dialog"><div class="modal-content"><div class="modal-body"><div class="text-center"><i class="fa fa-cog fa-spin fa-3x fa-fw margin-bottom"></i><h4 id="process_text">Processing...</h4></div><div id="processingdetails"></div></div></div></div></div>');
177.44.96.0/24 return {
141.98.11.0/24 showProcess: function() {
44.220.188.0/24 process.modal('show');
102.64.45.0/24 },
192.42.116.0/24 hideProcess: function() {
146.70.38.0/24 process.modal('hide');
216.24.210.0/24 },
190.89.136.0/24
103.172.11.0/24 };
177.44.71.0/24 })();
185.74.240.0/24
193.189.100.0/24
121.73.168.0/24 function busybutton(el) {
185.15.171.0/24 var spinning = $(el).attr('id')+'_spinning';
194.44.140.0/24 if($('.'+spinning).is(':visible')){
176.125.230.0/24 $('.'+spinning).remove();
116.179.33.0/24 $(el).attr('disabled',false);
139.28.190.0/24 }
122.187.227.0/24 else{
91.228.33.0/24 $(el).attr('disabled',true);
117.206.124.0/24 $(el).append('<i class="fa fa-cog fa-spin fa-fw '+spinning+'">');
169.150.203.0/24
111.70.32.0/24 }
185.197.8.0/24 }
185.63.132.0/24 // public.js ends
188.214.122.0/24
84.239.43.0/24
176.103.11.0/24
49.124.151.0/24 </script>
176.103.0.0/24 <!-- Matomo Tag Manager -->
185.193.157.0/24 <script>
82.132.236.0/24 var _mtm = window._mtm = window._mtm || [];
17.22.253.0/24 _mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
191.240.36.0/24 (function() {
185.214.138.0/24 var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
46.246.8.0/24 g.async=true; g.src='https://matomo.1984.is/js/container_tE3vCFjE.js'; s.parentNode.insertBefore(g,s);
192.210.150.0/24 })();
41.139.47.0/24 </script>
191.53.40.0/24 <!-- End Matomo Tag Manager -->
185.243.218.0/24
217.26.178.0/24
176.65.149.0/24
102.129.60.0/24
98.159.37.0/24 <script>
62.109.140.0/24 /*
121.73.162.0/24 @licstart The following is the entire license notice for the
176.103.1.0/24 JavaScript code in this page.
177.130.168.0/24
204.76.203.0/24 Copyright (C) 2025 1984.hosting
45.177.200.0/24
154.127.36.0/24 The JavaScript code in this page is free software: you can
103.130.216.0/24 redistribute it and/or modify it under the terms of the GNU
177.130.170.0/24 General Public License (GNU GPL) as published by the Free Software
195.177.113.0/24 Foundation, either version 3 of the License, or (at your option)
103.18.166.0/24 any later version. The code is distributed WITHOUT ANY WARRANTY;
176.125.228.0/24 without even the implied warranty of MERCHANTABILITY or FITNESS
47.128.20.0/24 FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
49.124.153.0/24
45.238.106.0/24 As additional permission under GNU GPL version 3 section 7, you
107.180.119.0/24 may distribute non-source (e.g., minimized or compacted) forms of
155.2.212.0/24 that code without the copy of the GNU GPL normally required by
187.120.106.0/24 section 4, provided you include this license notice and a URL
186.190.167.0/24 through which recipients can access the Corresponding Source.
102.129.52.0/24
196.0.107.0/24
193.36.225.0/24 @licend The above is the entire license notice
18.97.26.0/24 for the JavaScript code in this page.
41.216.210.0/24 */
81.199.26.0/24 </script>
187.120.72.0/24 </head>
190.122.128.0/24 <body>
37.46.115.0/24 <div class="container-custom">
178.216.27.0/24
103.164.26.0/24 <!-- MAIN CONTENT -->
121.131.220.0/24 <div class="main-content">
209.87.169.0/24
176.103.5.0/24 <!-- HEADER -->
89.231.35.0/24 <div class="header mb-0">
91.231.121.0/24 <div class="container-fluid">
149.54.62.0/24 <!-- Body -->
78.31.145.0/24 <div class="header-body">
212.102.39.0/24 <div class="row align-items-end">
103.59.135.0/24 <div class="col">
186.124.218.0/24
185.15.168.0/24 <a href="/">
178.239.35.0/24 <img src="/static/images/logo.webp" class="logo-auth-position">
221.120.4.0/24 </a>
146.70.59.0/24
118.139.181.0/24 <!-- Pretitle -->
85.203.21.0/24
17.22.237.0/24 <!-- Title -->
110.25.109.0/24
49.124.148.0/24 </div>
134.19.179.0/24 <div class="col-auto">
187.120.105.0/24 <ul class="nav">
176.103.6.0/24
45.138.16.0/24
49.124.154.0/24 <li class="nav-item">
45.179.189.0/24
103.207.4.0/24
185.255.212.0/24 <a class="nav-link" href="https://1984.is/api/local/defense/malicous-networks/">
103.109.178.0/24 <img src="/static/images/flags/is.png">
154.127.43.0/24 </a>
186.64.71.0/24
102.129.61.0/24
41.211.4.0/24 </li>
179.189.201.0/24 </ul>
23.129.64.0/24 </div>
41.139.5.0/24 </div>
156.146.60.0/24 <!-- / .row -->
37.221.147.0/24 <div class="horizontalmenu mt-5">
182.95.228.0/24
185.177.72.0/24 </div>
168.0.224.0/24 </div>
194.32.122.0/24 <!-- / .header-body -->
193.37.32.0/24 </div>
186.64.95.0/24 </div>
185.255.215.0/24 <!-- / .header -->
45.84.107.0/24 <!-- CARDS -->
95.0.32.0/24 <div class="container-fluid pb-5">
176.103.7.0/24
177.53.165.0/24
47.128.38.0/24
213.92.222.0/24
117.206.121.0/24
178.216.28.0/24
102.129.53.0/24 <style>
45.118.34.0/24 .damndamndamn {
47.128.124.0/24 position:absolute;
218.149.228.0/24 top:50%;
102.64.46.0/24 left:50%;
103.28.36.0/24 padding:15px;
138.36.202.0/24 -ms-transform: translateX(-50%) translateY(-50%);
47.128.41.0/24 -webkit-transform: translate(-50%,-50%);
185.139.180.0/24 transform: translate(-50%,-50%);
65.181.111.0/24 text-align:center;
49.125.201.0/24 }
46.20.58.0/24 </style>
85.202.110.0/24
62.109.145.0/24 <div class="damndamndamn">
191.53.130.0/24 <h1 style="font-size:50px;font-weight:bolder;">OOPSY DAISY!</h1>
103.87.105.0/24 <h2>Something did not go according to plan!</h2>
37.140.223.0/24 <p style="font-size:20px;">But no worries, a technician has been notified and will fix this in a jiffy.</p>
161.115.235.0/24 </div>
156.146.41.0/24
173.239.218.0/24
173.239.217.0/24 </div>
209.23.72.0/24 </div>
95.181.234.0/24 <!-- / .main-content -->
111.61.176.0/24 <!-- Multipurpose Modal -->
47.128.30.0/24 <div class="modal fade"
102.129.54.0/24 id="base-modal"
185.74.243.0/24 tabindex="-1"
190.89.137.0/24 role="dialog"
179.189.196.0/24 aria-labelledby="ModalLabel"
45.148.10.0/24 aria-hidden="true">
193.26.115.0/24 <div class="modal-dialog" role="document">
177.92.240.0/24 <div class="modal-content">
45.131.195.0/24 <div class="modal-header">
37.46.113.0/24 <h5 class="modal-title" id="base-modal-title"></h5>
207.248.113.0/24 </div>
109.125.248.0/24 <div id="base-modal-body" class="modal-body"></div>
173.244.49.0/24 <div id="base-modal-footer" class="modal-footer">
77.81.142.0/24 <button type="button"
176.65.132.0/24 class="btn btn-sm btn-secondary"
43.173.180.0/24 data-bs-dismiss="modal"
111.61.177.0/24 aria-label="Close">
185.129.61.0/24 <i class="fas fa-times-circle"></i> Close
128.127.94.0/24 </button>
191.240.37.0/24 </div>
78.153.140.0/24 </div>
185.68.178.0/24 </div>
85.202.108.0/24 </div>
186.177.88.0/24
185.17.125.0/24
2.58.56.0/24
103.164.246.0/24 <script src="/static/js/popper.min.js"></script>
198.54.114.0/24 <script src="/static/js/bootbox.min.js"></script>
182.95.184.0/24 <script src="/static/bootstrap-5.3.3-dist/js/bootstrap.min.js"></script>
91.90.122.0/24 <script src="/static/js/general.js?v=20200103"></script>
31.222.12.0/24 <script src="/static/js/jquery.base64.js"></script>
113.249.101.0/24 <script type="text/javascript" src="/static/jquery-ui-1.12.1/jquery-ui.min.js"></script>
5.183.186.0/24 <script type="text/javascript" src="/static/jquery-confirm/js/jquery-confirm.js"></script>
157.122.198.0/24 <script type="text/javascript" src="/static/js/sweetalert2.all.min.js"></script>
47.128.16.0/24 <script type="text/javascript" src="/static/js/jquery.serializejson.js"></script>
49.124.152.0/24 <script type="text/javascript" src="/static/js/jquery.md5.js"></script>
81.88.52.0/24 <script language="JavaScript" type="text/javascript">
66.96.183.0/24
37.221.146.0/24
41.139.28.0/24
41.139.44.0/24
47.128.44.0/24 function nonono(text='',button='Try again'){
41.139.10.0/24 $.confirm({
24.137.45.0/24 title: 'No no no, this is not right!',
208.69.161.0/24 content: text,
47.128.114.0/24 type: 'red',
149.102.232.0/24 typeAnimated: true,
177.236.146.0/24 buttons: {
191.53.129.0/24 tryAgain: {
177.44.97.0/24 text: button,
213.177.179.0/24 btnClass: 'btn-red',
102.64.41.0/24 action: function(){
45.80.158.0/24 }
65.20.136.0/24 },
179.189.204.0/24 }
110.25.112.0/24 });
45.67.155.0/24 }
220.158.233.0/24
220.246.42.0/24 function yesyesyes(text=''){
219.128.55.0/24 $.confirm({
91.228.32.0/24 title: 'Success!',
188.126.89.0/24 content: (text == '') ? "All went according to plan!" : text,
18.97.19.0/24 type: 'green',
91.238.166.0/24 typeAnimated: true,
177.92.247.0/24 buttons: {
188.126.94.0/24 tryAgain: {
95.154.200.0/24 text: 'Close',
112.102.48.0/24 btnClass: 'btn-green',
59.93.152.0/24 action: function(){
177.93.165.0/24 }
47.128.25.0/24 },
178.216.30.0/24 }
95.181.236.0/24 });
91.232.165.0/24 }
188.143.244.0/24
41.185.8.0/24
221.149.233.0/24 $(function() {
98.159.234.0/24 $('#instantFeedbackText').keypress(function(){
103.8.118.0/24 if($('#instantFeedbackText').val() == ""){
101.13.5.0/24 $('#instantFeedbackSend').attr('disabled','disabled');
103.58.75.0/24 }
41.139.0.0/24 else{
217.138.193.0/24 $('#instantFeedbackSend').removeAttr('disabled');
91.224.92.0/24 }
66.175.44.0/24 });
176.103.2.0/24
212.59.224.0/24
59.93.154.0/24 });
186.1.219.0/24
196.0.87.0/24
217.75.222.0/24 $('#instantFeedbackSend').click(function(){
52.167.144.0/24 var formdata = $('#instantFeedbackForm').serialize();
37.221.145.0/24 $('#instantFeedbackSend').attr('disabled','disabled');
120.56.242.0/24 $('#instantFeedbackText').attr('disabled','disabled');
47.128.122.0/24
182.95.178.0/24 $.post( "/feedback/", formdata ,function( data ) {
191.240.96.0/24 $('#instantFeedbackSend').hide();
59.93.159.0/24 $('#instantFeedbackCancel').html('Close');
204.8.96.0/24 $('#instantFeedbackBody').html('<div style="font-size:20px;"><i class="fas fa-smile-o fa-4x" aria-hidden="true" style="float: left; margin-right:8px;"></i>Thank you for taking the time.</div>');
40.77.177.0/24 $('#feedback').hide();
132.148.185.0/24 $('#instantFeedbackModal').delay(8000).queue(function(next) { $(this).modal('hide'); next(); });
95.0.171.0/24 });
122.187.226.0/24 });
47.128.121.0/24
181.16.212.0/24
110.249.202.0/24 function setconfig(config){
45.91.23.0/24 $.post( "/accounts/setconfig/", {'config':config} ,function( data ) {
122.187.229.0/24 if(data.ok){
193.19.109.0/24 // nothing
36.111.32.0/24 }
177.39.142.0/24
182.95.58.0/24 });
149.56.160.0/24 }
41.74.7.0/24
84.239.41.0/24 function randomstring(){
200.229.252.0/24 return Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);
146.70.180.0/24 }
200.229.253.0/24
45.227.33.0/24
95.181.233.0/24 function passgen(el,n=12){
103.70.126.0/24 $.ajax({
64.64.112.0/24 async: false,
194.60.212.0/24 type: "GET",
186.209.243.0/24 url: "/accounts/generate-password/?n="+n,
102.129.153.0/24 dataType: "json",
143.244.52.0/24 success: function(data) {
200.77.179.0/24 if(data.ok){
49.124.155.0/24 $(el).val(data.password);
17.241.75.0/24 }
185.47.136.0/24 },
91.226.115.0/24 error: function() {
185.117.225.0/24 }
178.178.222.0/24 });
102.64.32.0/24 return true;
208.84.101.0/24 }
181.191.223.0/24
185.220.101.0/24
178.219.98.0/24 function basemodal(description,info){
138.122.97.0/24 $('#base-modal').modal('show');
102.129.62.0/24 $('#base-modal-title').html(description);
191.53.131.0/24 $("#base-modal-body").html(info);
38.98.191.0/24 }
158.94.208.0/24
183.171.7.0/24 function getinfo(key){
102.64.33.0/24 $.get("/info/?key="+key, function( data ) {
45.66.35.0/24 basemodal(data.description,data.info);
177.130.171.0/24 });
188.213.34.0/24 }
102.64.39.0/24
111.70.23.0/24
117.206.125.0/24 function oopsydaisy(error){
196.251.102.0/24 Swal.fire({
149.56.150.0/24 icon: 'error',
41.139.11.0/24 title: 'Oopsy Daisy...',
47.128.110.0/24 html: error,
185.208.104.0/24 showConfirmButton: false,
84.252.92.0/24 footer: 'Click on background to escape.'
47.128.111.0/24 })
38.246.32.0/24 }
102.129.59.0/24
149.88.26.0/24 function foryourinformation({title='For your information!',text='',icon='info'}){
185.226.197.0/24 Swal.fire({
173.252.167.0/24 icon: icon,
192.250.235.0/24 title: title,
37.203.48.0/24 html: text,
185.124.182.0/24 showConfirmButton: true,
196.0.10.0/24 })
185.252.223.0/24 }
154.47.30.0/24
102.64.43.0/24
27.123.104.0/24 function yeahbaby(text='Great success!'){
49.124.149.0/24 Swal.fire({
111.26.62.0/24 position: 'top-end',
5.61.202.0/24 icon: 'success',
45.156.128.0/24 title: text,
40.77.179.0/24 showConfirmButton: false,
103.104.127.0/24 timer: 3000
102.53.15.0/24 })
185.188.212.0/24
102.64.37.0/24 }
37.221.140.0/24
103.58.115.0/24
190.107.177.0/24 function yeahbutsucks(title,text){
103.51.223.0/24 Swal.fire({
icon: 'warning',
title: title,
text: text,
showConfirmButton: false,
footer: 'Click on background to escape.'
})
}
function passprogressbar(score,field){
var score = parseInt(score);
var calidad = parseInt((score == 0 ? 1 : score));
var percent = 20*calidad;
var cssclass = '';
if(calidad == 5){
cssclass = 'success';
}
if(calidad == 4){
cssclass = 'info';
}
if(calidad == 3){
cssclass = 'warning';
}
if(calidad < 3){
cssclass = 'danger';
}
$( "#"+field ).css({ "width": percent+"%"});
$( "#"+field ).removeClass('bg-info bg-warning bg-success bg-danger');
$( "#"+field ).addClass("bg-"+cssclass);
}
function passwordgenerator(id){
var el = $('#password-field-'+id);
el.attr({type:'text'});
$('.password-eye > i').removeClass('fa-eye');
$('.password-eye > i').addClass('fa-eye-slash');
passgen(el,n=20);
passprogressbar(5,'progress-bar-'+id);
}
function passwordeye(id){
var el = $('#password-field-'+id);
var type = 'password';
if(el.attr('type') == 'password'){
type = 'text';
$('.password-eye > i').removeClass('fa-eye');
$('.password-eye > i').addClass('fa-eye-slash');
}
else{
$('.password-eye > i').removeClass('fa-eye-slash');
$('.password-eye > i').addClass('fa-eye');
}
el.attr({type:type});
}
function passwordfield(id){
var password = $('#password-field-'+id).val();
if(password.length > 5){
$.post("/accounts/check-password/", { password:password },
function(data) {
if(data.ok){
passprogressbar(data.score,'progress-bar-'+id);
}
});
}
else{
passprogressbar(1,'progress-bar-'+id);
}
}
function getCookie(name) {
var cookieValue = null;
if (document.cookie && document.cookie !== '') {
var cookies = document.cookie.split(';');
for (var i = 0; i < cookies.length; i++) {
var cookie = jQuery.trim(cookies[i]);
// Does this cookie string begin with the name we want?
if (cookie.substring(0, name.length + 1) === (name + '=')) {
cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
break;
}
}
}
return cookieValue;
}
var csrftoken = getCookie('csrftoken');
function csrfSafeMethod(method) {
// these HTTP methods do not require CSRF protection
return (/^(GET|HEAD|OPTIONS|TRACE)$/.test(method));
}
$.ajaxSetup({
beforeSend: function(xhr, settings) {
if (!csrfSafeMethod(settings.type) && !this.crossDomain) {
xhr.setRequestHeader("X-CSRFToken", csrftoken);
}
}
});
var cryptocurrencies = ['5','6'];
</script>
</div>
</body>
</html>