OpenVas + Kali Rolling: The connection was reset2019 Community Moderator ElectionCheck if the residence's connection has internet accessTraffic not being routed through Cisco VPNHelp to install the Ralink RT3070 wireless driver on kali?How to get the VPN icon in Kali 2.0 (gnome) as root?VMware tools installed but not workingShorewall 4-interface setupFailing to expand disc space running Kali Linux on vmwareWorking with two Ethernet Connections simultaneously in linuxGetting HTTPS web interface for transmission with Lighttpd reverse proxyapt-get install not working properly
Vocabulary for giving just numbers, not a full answer
Why was Goose renamed from Chewie for the Captain Marvel film?
Are babies of evil humanoid species inherently evil?
Was Luke Skywalker the leader of the Rebel forces on Hoth?
How to detect if C code (which needs 'extern C') is compiled in C++
Can you reject a postdoc offer after the PI has paid a large sum for flights/accommodation for your visit?
Recommendation letter by significant other if you worked with them professionally?
Why does the negative sign arise in this thermodynamic relation?
Find longest word in a string: are any of these algorithms good?
List elements digit difference sort
Bash script should only kill those instances of another script's that it has launched
How did Alan Turing break the enigma code using the hint given by the lady in the bar?
Hotkey (or other quick way) to insert a keyframe for only one component of a vector-valued property?
Reversed Sudoku
What wound would be of little consequence to a biped but terrible for a quadruped?
NASA's RS-25 Engines shut down time
Is "history" a male-biased word ("his+story")?
Single word request: Harming the benefactor
An alternative proof of an application of Hahn-Banach
Motivation for Zeta Function of an Algebraic Variety
Error during using callback start_page_number in lualatex
Accepted offer letter, position changed
What are actual Tesla M60 models used by AWS?
What Happens when Passenger Refuses to Fly Boeing 737 Max?
OpenVas + Kali Rolling: The connection was reset
2019 Community Moderator ElectionCheck if the residence's connection has internet accessTraffic not being routed through Cisco VPNHelp to install the Ralink RT3070 wireless driver on kali?How to get the VPN icon in Kali 2.0 (gnome) as root?VMware tools installed but not workingShorewall 4-interface setupFailing to expand disc space running Kali Linux on vmwareWorking with two Ethernet Connections simultaneously in linuxGetting HTTPS web interface for transmission with Lighttpd reverse proxyapt-get install not working properly
I am trying to get OpenVAS to work in the latest Kali release (rolling).
It seems to be installed right, but when I try to access the web interface (127.0.0.1:9392
), I get Connection was reset
.
openvas-check-setup output http://pastebin.com/dR3rpuL1
netstat -antp output http://pastebin.com/xSD6eYra
Note: I am running kali in Vmware workstation.
linux debian networking security kali-linux
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am trying to get OpenVAS to work in the latest Kali release (rolling).
It seems to be installed right, but when I try to access the web interface (127.0.0.1:9392
), I get Connection was reset
.
openvas-check-setup output http://pastebin.com/dR3rpuL1
netstat -antp output http://pastebin.com/xSD6eYra
Note: I am running kali in Vmware workstation.
linux debian networking security kali-linux
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am trying to get OpenVAS to work in the latest Kali release (rolling).
It seems to be installed right, but when I try to access the web interface (127.0.0.1:9392
), I get Connection was reset
.
openvas-check-setup output http://pastebin.com/dR3rpuL1
netstat -antp output http://pastebin.com/xSD6eYra
Note: I am running kali in Vmware workstation.
linux debian networking security kali-linux
I am trying to get OpenVAS to work in the latest Kali release (rolling).
It seems to be installed right, but when I try to access the web interface (127.0.0.1:9392
), I get Connection was reset
.
openvas-check-setup output http://pastebin.com/dR3rpuL1
netstat -antp output http://pastebin.com/xSD6eYra
Note: I am running kali in Vmware workstation.
linux debian networking security kali-linux
linux debian networking security kali-linux
edited Mar 17 '16 at 16:39
MelBurslan
5,33611533
5,33611533
asked Mar 17 '16 at 14:59
Imad SidImad Sid
112
112
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I ran into the same problem. If it is being served over SSL (likely), you may have to explicitly specify https://
before 127.0.0.1:9392
so your full URL is:
https://127.0.0.1:9392
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f270464%2fopenvas-kali-rolling-the-connection-was-reset%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I ran into the same problem. If it is being served over SSL (likely), you may have to explicitly specify https://
before 127.0.0.1:9392
so your full URL is:
https://127.0.0.1:9392
add a comment |
I ran into the same problem. If it is being served over SSL (likely), you may have to explicitly specify https://
before 127.0.0.1:9392
so your full URL is:
https://127.0.0.1:9392
add a comment |
I ran into the same problem. If it is being served over SSL (likely), you may have to explicitly specify https://
before 127.0.0.1:9392
so your full URL is:
https://127.0.0.1:9392
I ran into the same problem. If it is being served over SSL (likely), you may have to explicitly specify https://
before 127.0.0.1:9392
so your full URL is:
https://127.0.0.1:9392
edited Aug 30 '16 at 23:19
HalosGhost
3,76392236
3,76392236
answered Aug 30 '16 at 22:57
TactiFailTactiFail
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f270464%2fopenvas-kali-rolling-the-connection-was-reset%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-debian, kali-linux, linux, networking, security