if you dont' have access to nessus, which of the following can be used by an attacker to gain information about remote *nix hosts?

Answers

Answer 1

The NMap procedure that can be used to help you to gain information about remote *nix hosts is Script Scanning

What is script scanning?

The script scanner is known to be tool that acts as a measure component to the real Windows scripting host component as it helps to intercepts scripts, and also scans them before they are said to be executed.

Therefore, The script scanner is known to be tool that acts as a measure component to the real Windows scripting host component as it helps to intercepts scripts, and also scans them before they are said to be executed.

Learn more about Script Scanning from

https://brainly.com/question/18152781

#SPJ11


Related Questions

Three symptoms of hacking

Answers

Answer:

1. You receive mass emails

2. Your internet searches get redirected

3. Your passwords are not working

Explanation:

Hope it helps

webrooming is when consumers physically inspect a product in a store to get a look and feel for it—and then buy it from an online store because it is cheaper to do so. true or false?

Answers

The statement that webrooming is when consumers physically inspect a product in a store to get a look and feel for it—and then buy it from an online store because it is cheaper to do so is false.

What is webrooming?

It should be noted that webrooming simply means the consumer practice for researching products online before buying theme in stores.

In this case, the main idea of webrooming isn't to buy it at stores because it's cheaper. Therefore, it's false.

Learn more about webrooming on:

brainly.com/question/14988432

#SPJ12

Jack is an accountant he can't access the spreadsheet software which is installed on the server what should jack do

Answers

Answer:

Ping

Explanation:

Jack should ping the server and check to see if it has crashed. The ping command is a networking utility that determines if an IP address or domain is accessible. Once it is determined, Jack may utilize the data to derive additional inferences. While troubleshooting internet access, pinging is generally the first line of protection. It not only tests connection, but it also counts time and ensures that all Internet Control Message Protocol packets are accountable.

In what type of attack does the adversary leverage a position on a guest operating system to gain access to hardware resources assigned to other operating systems running in the same hardware environment

Answers

Answer:

VM escape attack

Explanation:

In a VM escape attack, the attacker exploits hypervisor vulnerabilities to gain control over resources reserved for other guest operating systems. Services operating on the guest may be exposed to the other attacks, but such attacks can only access data allotted to the same guest. In the event of a buffer overflow or directory traversal or the client in the case of cross-site scripting.

PYTHON --- Toll roads have different fees based on the time of day and on weekends. Write a function calc_toll() that has three parameters: the current hour of time (int), whether the time is morning (boolean), and whether the day is a weekend (boolean). The function returns the correct toll fee (float), based on the chart below.Weekday TollsBefore 7:00 am ($1.15)7:00 am to 9:59 am ($2.95)10:00 am to 2:59 pm ($1.90)3:00 pm to 7:59 pm ($3.95)Starting 8:00 pm ($1.40)Weekend TollsBefore 7:00 am ($1.05)7:00 am to 7:59 pm ($2.15)Starting 8:00 pm ($1.10)Ex: The function calls below, with the given arguments, will return the following toll fees:calc_toll(8, True, False) returns 2.95calc_toll(1, False, False) returns 1.90calc_toll(3, False, True) returns 2.15calc_toll(5, True, True) returns 1.05

Answers

The toll program illustrates the use of conditional statements;

As a general rule, conditional statements are used to make decisions

The toll program

The toll program written in Python where conditional statements are used to make several decisions is as follows:

def calc_toll(hour, morning, weekend):

   toll_fee = 0

   if weekend == False:

       if morning == True:

           if hour < 7:

               toll_fee+=1.15

           elif hour < 10:

               toll_fee+=2.95

           elif hour <= 12:

               toll_fee+=1.90

       else:

           if hour < 3:

               toll_fee+=1.90

           elif hour < 8:

               toll_fee+=3.95

           elif hour >= 8:

               toll_fee+=1.40

   else:

       if morning == True:

           if hour < 7:

               toll_fee+=1.05

           elif hour <= 12:

               toll_fee+=2.15

       else:

           if hour < 8:

               toll_fee+=2.15

           elif hour >= 8:

               toll_fee+=1.10

   return toll_fee

   

Read more about conditional statements at:

https://brainly.com/question/24833629

#SPJ1

What is open source software​

Answers

Answer:

Open Source Software

Explanation:

Open-source software is computer software that is released under a license in which the copyright holder grants users the rights to use, study, change, and distribute the software and its source code to anyone and for any purpose. Open-source software may be developed in a collaborative public manner.

Answer:

open so software is an computer software that is reliance in which copyright holding reference uses the rights use study change and disturb this software and it so scold to anyone for any propose also open source software maybe diplobed in collaborative public manner

Explanation:

helpful

Your friend just noticed his smartphone's battery is running low. Unfortunately, your friend isn't very knowledgeable about computers and smartphones, so he doesn't know what type of charging cable he needs. He knows his phone is running iOS 12. What kind of cable does your friend need to charge his phone

Answers

Answer:

Lightning

Explanation:

Apple Inc. designed and developed the Lightning computer bus and power connection. Apple mobile devices such as iPhones, iPads, and iPods use the Lightning connection to connect to host computers, external displays, cameras, USB battery chargers, and other accessories. Lightning is substantially smaller than its predecessor, with only 8 pins instead of 30.

Suppose a family has had a house fire in which they lost many photos, and they are worried about losing more if they have another. Which of the following is a reason this family may want to digitize their photos? Choose all that apply.

A: to make it easier to e-mail photos to friends

B: to maximize file space on their hard drive

C: to minimize risk of losing photos by backing them up in virtual space

D: to save space in their home

Answers

Answer:

C - Minimize the risk of future loss.

Explanation:

All four reasons listed are valid reasons to digitize family photos, but in this instance where this family has lost photos in a house fire before, minimizing the risk of losing photos in the future might be their primary goal.

i) Convert 8GB to bits. Give the expression.

Answers

Answer:

64 billion

Explanation:

1gb = 1 billion bytes

so 8gb = 8 billion bytes

then

1 byte= 8 bits

so 8 billion bytes = 8 × 8 billion bits, 64 billion bits

algorithm to print the first 10 odd numbers​

Answers

Answer:

I have the code written in c++ but the logic will be the same you just have to change the syntax ( if you're writing different language)

Explanation:

please mark brainliest

A destination port number at the transport layer identifies which application on a computer should receive the data transmission

Answers

A destination port number at the transport layer identifies which software application on a computer should receive the data transmission: True.

What is the transport layer?

The transport layer can be defined as one of the seven layers of the open systems interconnection (OSI) model and it is responsible for routing messages through an active computer network while selecting the best transmission path from the source to the destination device.

In Computer networking, a destination port number at the transport layer is saddled with the responsibility of identifying which software application on a computer should receive the data transmission.

Read more on transport layer here: https://brainly.com/question/26177113

#SPJ12

QUESTION 9 OF 100
What does it means when you see a sign with an "X" and two
letters "R" sign posted on the roadside?

Answers

Answer:

it means go sleep on ur bed

jk

Answer:

the sign means "railroad"

Explanation:

7.7% complete Question An aviation tracking system maintains flight records for equipment and personnel. The system is a critical command and control system that must maintain a global availability rate of 99%. The entire system is on a cloud platform that guarantees a failover to multiple zones within a region. In addition to the multi-zonal cloud failover, what other solution would provide the best option to restoring data and rebuilding systems if the primary cloud service becomes unavailable

Answers

The solution that would provide the best option to restoring data and rebuilding systems if the primary cloud service becomes unavailable is offline.

What is data?

It should be noted that data simply means the representation of facts ans concepts on a formalized manner.

In this case, the solution that would provide the best option to restoring data and rebuilding systems if the primary cloud service becomes unavailable is offline.

Learn more about data on:

brainly.com/question/4219149

#SPJ12

You hide three worksheets in a workbook and need to unhide them. What is an accurate statement about this process?

Answers

The  accurate statement about this process is that "The person must unhide each worksheet separately".

How do you unhide multiple sheets in Excel?

To unhide multiple sheets, one can:

Right-click the Sheet tab at the bottom, and then click on  Unhide. Then also click all together the Shift + Up/Down Arrow keys to click multiple (or all) worksheets, and then click OK.

Note that The  accurate statement about this process is that "The person must unhide each worksheet separately".

Learn more about worksheets  from

https://brainly.com/question/25130975

#SPJ12

_____ view provides the most options for defining fields.

Answers

A table design view provides the most options for defining fields.

What is table design?

Tables are known to be a design pattern for showing a big amounts of data in rows and columns.

Note that in the case above, A table design view provides the most options for defining fields.

Learn more about  table design from

https://brainly.com/question/26961510

#SPJ12

The programming process consists of several steps, which include:

Answers

The programming process consists of several steps, which include: Design, creation, testing, and debugging.

What are the steps in programming process?

The programming process is also made up of:

Defining the problem.Planning the solution.Coding the program.Testing the program.Documenting the program

Note also that The programming process consists of several steps, that include: Design, creation, testing, and debugging.

Learn more about programming process from

https://brainly.com/question/22654163

#SPJ12

A router is performing basic routing functions. What will be the third step in the transmission of a packet?

Answers

The third step in the transmission of a packet is known as a network layer.

What is a router?

It should be noted that a router is a device that connects two or more packets networks.

Here, the third step in the transmission of a packet is known as a network layer. It adds another header in what is received.

Learn more about router on:

brainly.com/question/24812743

#SPJ12

Which API gives higher performance and low graphics?
OpenGL?
Vulkan?
Direct3D11?
Metal?
pls suggest your answer

Answers

I believe Vulkan Ubisoft uses it for there large scale game for them to work on computer that can’t handle them

What should be used to prevent javascript from accessing a session id value?.

Answers

Cookies should be used to prevent javascript from accessing session-id values.

What are cookies?

Cookies are brief text messages that a website you visit sends to your browser.

Web browsers are instructed to only send cookies using encryption using the Secure cookie property.

The session ID can be taken from the user's browser cookies during storage, frequently via cross-site scripting. The session ID may be seen while it's being sent by listening in on network traffic.

Keep in mind that every request to the server includes a session ID. Using the cookie attribute of the Document object,

JavaScript is also capable of manipulating cookies. JavaScript has the ability to read, write, change, and remove cookies that are specific to the current web page.

Hence, cookies should be used to prevent javascript from accessing session-id values.

To learn more about the cookies refer to:

https://brainly.com/question/20263903

#SPJ1

What do both wireless lans (wlans) and wireless wans (wwans) rely on as the communication medium?

Answers

Wireless lans (WLANS) and wireless wans (wwans) rely on as the radio frequency spectrum communication medium.

What is Radio spectrum?

The radio spectrum is known to be an aspect of the electromagnetic spectrum that is said to have frequencies from 0 Hz to 3,000 GHz.

Note that Wireless lans (WLANS) and wireless wans (wwans) rely on as the radio frequency spectrum communication medium for their functions.

Learn more about WLANS from

https://brainly.com/question/26956118

#SPJ12

what statement can you use to divide a script into multiple batches?

Answers

The GO statement can be used to divide a script into multiple batches

How to determine the statement?

To divide a script, we make use of the GO statement or the GO command.

The GO statement has no syntax because it is not a keyword in SQL.

However, it is used by the SQL to create a group or batch of instructions that would be sent into the server

Read more about SQL at:

https://brainly.com/question/25694408

#SPJ11

HURRY PLS
polina is a system architect and at the point in her current project where she must review the code at a high level to make sure it meets all the requirements. After that, which of the following groups will polina work with


A) the testing team

b)the CEO

Answers

Answer:

the testing team

Explanation:

because even though she may have fulfilled the requirements but she still need to test if it runs perfectly or not

The lower-order word of the r9 register can be addressed as

Answers

The lower-order word of the r9 register can be addressed as an aspect of  64-bit general registers and in SP-2.

What is low order word?

The "Word" that is 16 bits, and it is one where two words can fit into a 32 bit location usually at the same time. The "low" word is said to be the smallest or least significant of 16 bits.

Therefore, note that the lower-order word of the r9 register can be addressed as an aspect of  64-bit general registers and in SP-2.

Learn more about lower-order word from

https://brainly.com/question/13833510

#SPJ12

A for statement contains three expressions: initialization, test, and:

Answers

A for statement contains three expressions and these are:

InitializationTestUpdate

What is a for statement?

A for statement can be defined as a type of statement that is written by a computer programmer to repeat an action or event in a software program for a specific number of time.

In Computer programming, a for statement contains three expressions and these include the following:

InitializationTestUpdate

Read more on statements here: https://brainly.com/question/18736215

#SPJ12

A server creates a port that it uses to receive requests from clients. discuss the design issues concerning the relationship between the name of this port and the names used by clients

Answers

The issues raised by the name of the port and the name used by clients are service, efficiency and the local identifiers.

What is a server created port?

A server created port is the login endpoint assigned with the specific number, that mediates the delivering exchange of the information in between the server and the client.

The design issues that may rise with the name of the port and the name used by the clients includes:

Unaware to learn the port and the IP address used by the client in order to reach the service.

The problem with different servers offering services at the same time.

Efficiency problem with the port access and the local identifiers.

Learn more about server port, here:

https://brainly.com/question/13105604

#SPJ1

what nat ip address is a public ip address that maps to an inside device?

Answers

The nat ip address is a public ip address that maps to an inside device is "inside global".

What is IP address?

It should be noted that IP address simply means an internet protocol address that's is associated with a computer network.

In this case, the nat ip address is a public ip address that maps to an inside device is "inside global".

Learn more about IP address on:

brainly.com/question/24930846

#SPJ12

the control plan is essential because it tells the

Answers

The control plan is essential because it tells the Process owners the way or how to sustain the project gains.

What is the aim of a control plan?

A control plan is known to be a kind of living document that states the methods to be used for quality control of any vital or critical inputs to transport outputs that can meet customer requirements.

Note that The control plan is essential because it tells the Process owners the way or how to sustain the project gains.

Learn more about control plan from

https://brainly.com/question/25453419

#SPJ11

When you coordinate tasks by email, you show respect for the recipient's time by:

Answers

When tasks are coordinated by email, you can show respect for the recipient's time by clearly stating your availability.

What is an e-mail?

An e-mail is an acronym for electronic mail and it can be defined as a software application (program) that is designed and developed to enable users send and receive both texts and multimedia messages over the Internet.

As good work ethics, when tasks are coordinated by e-mail, you can show respect for the recipient's time by clearly stating your availability and providing details about time frames.

Read more on e-mail here: https://brainly.com/question/15291965

#SPJ12

Which blu-ray standard defines rewritable disks?

Answers

The blu-ray standard that defines rewritable disks is BD-RE.

What is a rewritable disk?

It should be noted that a rewritable disk simply means an erasable disk that can be reused.

In this case, the blu-ray standard that defines rewritable disks is BD-RE. It is the recordable standard.

Learn more about disks on:

brainly.com/question/20381259

#SPJ12

Which is considered the most widely used cloud computing service?

Answers

The most widely used cloud computing service is the Amazon web services.

What is cloud computing?

It should be noted that cloud computing simply means the on-demand availability of computer resources without direct active management by the user.

In this case, the most widely used cloud computing service is the Amazon web services.

Learn more about cloud computing on:

brainly.com/question/19057393

#SPJ12

Other Questions
a.- Representa el clculo del porcentaje de cada par de artculos y marca el que es ms conveniente comprar. 1 el par de zapatos cuesta $90.Por la compra de dos pares , tienes el 25% del descuento total 2 el par de zapatos cuesta $90.El segundo par de zapatos esta con el 40% de descuento What is the inverse of p>q Needa line segment has endpoints P(-8,7) and Q(6,-3). What is the midpoint of the segment? Use the Change of Base Formula to solve each equation.3x = 27.3 Vector u has initial point P at (0, 0) and terminal point Q at (5, -8). What are the component form and magnitude of u? u = (5, -8): ||u|| = -89 u = (5, 8): ||u|| = -89 u = (5, -8): ||u|| = 89 u = (5, 8): ||u|| = 89 Question 29 of 40Find f(-2) for f(x) = 5.3*. what is the structure of alcohol? Describe Brian's second attempt at retrieving the hatchet. Can anyone please answer this cq.. Which type of activity should be done alongside flexibility exercises?A. mentalB. strength-buildingC. low-intensityD. baseline Which phrase best clarifies the underlined portion of the sample sentence?Pedro wanted his note to be a secret. Accordingly, he went about putting the message into code.He encrypted the message.He used cryptanalyst on the message.He deciphered the message with a key.He broke the code of the message. Where is the humerus present? simplify the mathematical expression to determine the appropriate india product or quotient in a scientific notation round round do the 1st fractor goes to the 10th place 3.3x10^3 7.8 3.7 2.1x10^-3 Which types of contraceptives have over a 95% effectiveness rate to prevent pregnancy if used perfectly? IUD diaphragm the shot condom the pill the patch the implant In the writing process, elaborating on supporting points is a part of The law that requires every driver to exercise care to avoid colliding with an authorized emergency or hazard vehicle is called: 11. Assume that a procedure yields a binomial distribution with a trial repeated n times. Use the binomial probability formula to find the probability of x successes given the probability p of success on a single trial. Round to three decimal places. n=12, x = 5, p = 0,25 A) 0.082B) 0.091 C) 0.027D) 0.103 Find the domain and range of the relation graphed below. Write your answers in interval notation. Using the Empirical Rule, it is found that:Scores between 80% and 96% are within 2 standard deviations of the mean.68 scores are within one standard deviation of the mean.It states that, for a normally distributed random variable:Approximately 68% of the measures are within 1 standard deviation of the mean.Approximately 95% of the measures are within 2 standard deviations of the mean.Approximately 99.7% of the measures are within 3 standard deviations of the mean.Considering the mean of 88% and the standard deviation of 4%, the scores that are within 2 standard deviations of the mean are:88 - 2 x 4 = 80%.88 + 2 x 4 = 96%.68% are within 1 standard deviation of the mean, hence, out of 100:0.68 x 100% = 68 scores.What is the median of the above answer? Pls help fast. NS,Word problem on unit rates associated with ratios of whole...Answer each part. If necessary, round your answers to the nearest hundredth.(a) Greg bought 16 pounds of sugar for $8.CHow many dollars did he pay per pound of sugar?dollars per pound(b) It takes 76 pounds of seed to completely plant a 12-acre field.How many pounds of seed are needed per acre?pounds per acre|||