Question

In: Computer Science

Im trying to run Nmap vulnerability scrip on Kali to my Metasploitable VM. Every time I...

Im trying to run Nmap vulnerability scrip on Kali to my Metasploitable VM. Every time I use : Nmap --script vulnerability (IP address) I get back following response:

|_clamav-execl: error: Script execution failed (use -d to debug)

Trying to solve this issue please help.

Ps: I already updated my Nmap and still gives the same issue.

Solutions

Expert Solution

follow below steps for installation .

further more guide : https://null-byte.wonderhowto.com/how-to/easily-detect-cves-with-nmap-scripts-0181925/

if you have any doubt then please ask me without any hesitation in the comment section below , if you like my answer then please thumbs up for the answer , before giving thumbs down please discuss the question it may possible that we may understand the question different way and we can edit and change the answers if you argue, thanks :)


Related Solutions

I get an error when im trying to run this java program, I would appreciate if...
I get an error when im trying to run this java program, I would appreciate if someone helped me asap, I will make sure to leave a good review. thank you in advance! java class Node public class Node { private char item; private Node next; Object getNext; public Node(){    item = ' '; next = null; } public Node(char newItem) { setItem(newItem); next = null; } public Node(char newItem, Node newNext){ setItem(newItem); setNext(newNext); } public void setItem(char newItem){...
HI. I have been trying to run my code but I keep getting the following error....
HI. I have been trying to run my code but I keep getting the following error. I can't figure out what I'm doing wrong. I also tried to use else if to run the area of the other shapes but it gave me an error and I created the private method. Exception in thread "main" java.util.InputMismatchException at java.base/java.util.Scanner.throwFor(Scanner.java:939) at java.base/java.util.Scanner.next(Scanner.java:1594) at java.base/java.util.Scanner.nextInt(Scanner.java:2258) at java.base/java.util.Scanner.nextInt(Scanner.java:2212) at project2.areacalculation.main(areacalculation.java:26) My code is below package project2; import java.util.Scanner; public class areacalculation { private static...
plz answer all of them. my test is due in a hour and im trying to...
plz answer all of them. my test is due in a hour and im trying to pass 1.Suppose that the average and standard deviation of the number of points scored in an NBA game per player are 17.06 and 6.42, respectively. Calculate an interval that is symmetric around the mean such that it contains approximately 68% of players scores. Assume that the points scored has a normal distribution. 2. The daily stock price for International Business Machines (IBM) historically has...
Hello Everyone, Can anyone tell me why my program will not run? I am trying to...
Hello Everyone, Can anyone tell me why my program will not run? I am trying to work on abstract base classes... not sure what is going on. import math from abc import ABC from abc import abstractmethod #TODO: convert this to an ABC class Shape(ABC): def __init__(self): self.name = "" def display(self): print("{} - {:.2f}".format(self.name, self.get_area())) #TODO: Add an abstractmethod here called get_area @abstractmethod def get_area(self): if self.name == "Circle": get_area()= 3.14 * radius * radius else: get_area() = self.length...
Coding in R Im trying to plot a histogram in R, and i know the basic...
Coding in R Im trying to plot a histogram in R, and i know the basic code for that, however, the code requires 2 plots coming from the same data set. for example, the voltage of an old process vs. a new process. is there any ways to seperate the 2 processes out from the data set to make 2 relative frequencyt histograms?
I get errors in my merge method and Im not sure how to fix it to...
I get errors in my merge method and Im not sure how to fix it to make the code work public class OrderedApp1 { public static void main(String[] args) {    int maxSize = 100; // array size int searchKey = 55; OrdArray1 arr, a1, a2, a3; // reference to arrays arr = new OrdArray1(maxSize); // create the arrays a1 = new OrdArray1(maxSize); a2 = new OrdArray1(maxSize); a3 = new OrdArray1(maxSize);    //int a3[] =new int [ a1.length + a2.length];...
im trying to complete a 2019 corporate tax return form 1120 for my class, ill try...
im trying to complete a 2019 corporate tax return form 1120 for my class, ill try to post this in as many questions as i can. 2019 2018 Property and Equipment: Equipment $          1,301,267                 931,764 Less: Accumulated depreciation                  397,056                  904,211                 293,233                         638,531 the company's depreciation expense for tax purposes is $115,000. book depreciation expense was not given, if i were to use the difference of accumulated depreciation then the book depreciation would be $103,823 should...
In trying to apply my knowledge in the real world, I am trying to create a...
In trying to apply my knowledge in the real world, I am trying to create a realistic retirement schedule. However, I am running into difficulties using both a financial calculator as well as our equations from class in doing this. I am trying to do the following: plan a retirement schedule between the ages of 25 and 70, in which I would deposit 20% of my income each year. The income starts at 80,000 with an annual growth rate of...
Im trying to create a book list. I started off like this but idk how to...
Im trying to create a book list. I started off like this but idk how to continue? public static int [] BookList (String title, String author, int price, int copies, String category) { } I don't know what to do next in order to list a set of (lets say 5 ) books and how to call it in the main (public static void main(String[] args))method
why isn't my question completely answered? every time I post it someone only answers the first...
why isn't my question completely answered? every time I post it someone only answers the first part? I provide all the information that's needed
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT