During the reconnaissance step of the attack, what open ports were discovered by Zenmap? What services were running on those ports?

Answers

Answer 1

Answer:

Following are the solution to the given question:

Explanation:

It sends commands to its Nmap executable platForm, which is used to specified and retrieves the production. The  ZenMap utilizes templates, which are primarily Nmap.

The parameter templates to decide how scans become formed Several ports, like ports, are available: 11, 21, 22, 25, 53, 445, and 3306, all of which run TCP: Linux services, SMTP Postfix, Apache Tomcat/Coyote JSP.


Related Questions

What is the BCC feature used for?

to format email message text in a custom font
to format email message text in a blind font
to send a courtesy copy of an email to someone who does not need to take action
to send an email to someone without revealing that person’s email address to others on the distribution list

Answers

Answer:

to send an email to someone without revealing that person’s email address to others on the distribution list

Explanation:

BAM

To send an email to someone without revealing that person’s email address to others on the distribution list.

What is BCC?

"Blind carbon copy" is referred to as BCC. BCC is a similar method to CC for forwarding copies of an email to additional recipients. When CC is used, a list of recipients is shown; when BCC is used, a list of recipients is not visible.

Because the other receivers won't be able to see that the email has been forwarded to another person, it is known as a blind carbon copy.

Carbon copy is referred to as a "CC" in email communication. When there was no internet or email, you had to sandwich a piece of carbon paper between the paper you were writing on and the paper you wanted to use as your copy in order to make a copy of the letter you were writing.

Therefore, To send an email to someone without revealing that person’s email address to others on the distribution list.

To learn more about BCC, refer to the link:

https://brainly.com/question/29398332

#SPJ6

rheumatoid arthritis is caused when​

Answers

Answer:

caused by the immune system attacking healthy body tissue.

Explanation:

all though they are not sure what triggers it

. Else-if is good selection statement that help us to solve problems in C++,mostly times same problem of same nature can also be solved via switch statement. Which one you prefer to use and why?

Answers

Answer:

Else-If statements

Explanation:

Personally, I prefer using Else-If statements for conditional statements since you can start with and If statement and add to it if necessary. Aside from this, Else-If statements also allow you to add more than one condition to be met by using tags such as and or and not. Switch statements are better in scenarios where you have a set of possible inputs or results and need a specific event to happen for each input/result, but this is not as common of a scenario so Else-If is usually my go-to conditional statement.

java Elements in a range Write a program that first gets a list of integers from input. The input begins with an integer indicating the number of integers that follow. Assume that the list will always contain fewer than 20 integers. That list is followed by two more integers representing lower and upper bounds of a range. Your program should output all integers from the list that are within that range (inclusive of the bounds). For coding simplicity, follow each output integer by a comma, even the last one. The output ends with a newline. Ex: If the input is: 5 25 51 0 200 33 0 50 then the output is: 25,0,33, (the bounds are 0-50, so 51 and 200 are out of range and thus not output). To achieve the above, first read the list of integers into an array.

Answers

Answer:

The program in Java is:

import java.util.Scanner;

public class MyClass {

   public static void main(String args[]) {

     Scanner input = new Scanner(System.in);

     int n;

     n = input.nextInt();

     int [] mylist = new int[n+1];

     mylist[0] = n;

     System.out.print("List elements: ");

     for(int i = 1;i<n+1;i++){

         mylist[i] = input.nextInt();

     }

     int min,max;

     System.out.print("Min & Max: ");

     min = input.nextInt();

     max = input.nextInt();

     

     for(int i=1; i < mylist.length; i++){

         if(mylist[i]>=min && mylist[i]<=max){

             System.out.print(mylist[i]+" ");

 }

}

   }

}

Explanation:

This line declares length of list

     int n;

This line gets length of list

     n = input.nextInt();

This line declares the list/array

     int [] mylist = new int[n+1];

This line initializes the element at index 0 to the length of the list

     mylist[0] = n;

This prompts user for elements of the list/array

     System.out.print("List elements: ");

The following iteration gets list elements

     for(int i = 1;i<n+1;i++){

         mylist[i] = input.nextInt();

     }

This declares the lower and upper bound (min, max)

     int min,max;

This line prompts user for elements of the list/array

     System.out.print("Min & Max: ");

This next two lines get the bound of the list/array

     min = input.nextInt();

     max = input.nextInt();

The following iteration prints the elements in the range

     for(int i=1; i < mylist.length; i++){

         if(mylist[i]>=min && mylist[i]<=max){

             System.out.print(mylist[i]+" ");

 }

}

list the difference between sdram and dram​

Answers

Answer:

i need this for a challenge

Explanation:

Universal Container wants to understand all of the configuration changes that have been made over the last 6 months. Which tool should an Administrator use to get this information

Answers

Answer:

Set up audit trail

Explanation:

The administrator should set up an audit trail in order to get this information.

An audit trail would give him the record of all the configuration changes that have been made in a file or a database in the last 6 months.

Audit trails can be manual or electronic. It provides history and also documentation support. It can authenticate security and also help to mitigate challenges.

If an insurance policy covers individual losses up to $10,000 and has a deductible of
$500, the insured will be paid how much in the event of a covered loss of $5,000?

Answers

Answer: $4500

Explanation:

The deductible is the amount that the insured that is, the policy holder will have to pay. In this case, there is a covered loss of $5000 and the insured has a deductible of $500.

Therefore, the amount that the insured will be paid will be the difference between $5000 and the deductible of $500. This will be:

= $5000 - $500

= $4500

Other Questions
A quadratic function models the graph of a parabola. The quadratic functions, y = x2 and y = x2 + 3, are modeled in the graphs of the parabolas shown below. Determine which situations best represent the scenario shown in the graph of the quadratic functions, y = x2 and y = x2 + 3. Select all that apply. From x = -2 to x = 0, the average rate of change for both functions is negative For the quadratic function, y = x2, the coordinate (2, 3) is a solution to the equation of the function. The quadratic function, y = x2 + 3, has an x-intercept at the origin The quadratic function, y = x2, has an x-intercept at the origin From x = -2 to x = 0, the average rate of change for both functions is positive For the quadratic function, y = x2 + 3, the coordinate (2, 7) is a solution to the equation of the function. What is the role of line 2 in the excerpt? if there are 5 people per 10000 buses how many will there be PLEASE ANSWERWhat is a ratio? Plz help me i need it BRAINLIEST AND GOOD RATING IMMEDIATLYMarcus and Lily are running at the school track. The graphs below represent the distance in miles each person has run as function of time in minutes. Select all the statements that are true based on the graphs shown. a.1. Which of the following is not considered a good research question?What features do most popular national parks have in common?b. What factors have influenced population growth in the fastestgrowing countries?c. What effect do social media have on people's minds?d. What effects does daily use of Twitter have on the attention span ofunder-16s?2. All of these are ways to limit and narrow your research topic excepta. by geographical areab. by interestc. by cultured. by time frame WILL GIVE BRAINLIESTPLS HELP I DONT WANT ANYTHING TOO HARD AND SOMETHING FUN Now it's time to choose a Bible topic for your report. Go over your list and write your topic choice in the paragraph box below.My topic is: Glaciers1. Glaciers long ago helped form today's landscape in Minnesota. As glaciers melted, they formedthousands of what? (Name physical features) Pythagorean Theorem Quiz.1.) Find the unknown side length. Simplify answers that are radicals.432.) Find the unknown side length. Simplify answers that are radicals.1612 What commitments were made on the issue of slavery Fill in this pretty little blank.Cause ima very _____ ____ get ___ ____ ___ momma.-MulattoHit that latto How is power shared at the national level in the United States? Its in the picture please and thank you ^* PLEASE ANSWER ASAP!2(h -3.5) = -11what is h? what is the power to 2 how many string object are in 128,55 in python Should the US have entered WWI? Why or why not? What is the difference between an atomic symbol and a chemical symbol? Can someone tell me how to do a transversal angle measurement with steps and angles Oh Mother Nature how we tremble to the wrath that you have bestowed upon usWhat figure of speech