[go: nahoru, domu]

Skip to content

Commit

Permalink
New update server for immediate use
Browse files Browse the repository at this point in the history
  • Loading branch information
sullo authored and sullo committed Dec 31, 2021
1 parent 7280b66 commit 02aaf9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions program/plugins/nikto_core.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -2844,7 +2844,7 @@ sub send_updates {
if ($answer !~ /y/i) { return; }

# set up our mark
my %mark = ('ident' => 'cirt.net',
my %mark = ('ident' => '68.183.58.226',
'ssl' => 1,
'port' => 443
);
Expand All @@ -2856,7 +2856,7 @@ sub send_updates {
}
}

($mark{'hostname'}, $mark{'ip'}, $mark{'display_name'}) = resolve('cirt.net');
($mark{'hostname'}, $mark{'ip'}, $mark{'display_name'}) = resolve('68.183.58.226');

$upd_enc = LW2::encode_base64($updated_version);
chomp($upd_enc);
Expand Down

0 comments on commit 02aaf9d

Please sign in to comment.