Linux Machine in Reconnaissance and Enumeration Assessment Lab is not loading

I was trying the assessment in the Penetration Tester Career Path. In the Recon and Enum assessment, there are two machines provided Ubuntu and Linux.

I have found starting 4 flags, I am not able to find the other two flags for which we have to ssh into a linux server in the lab. Either I am unable to find the last two flags due to my limited skills, or the last two flags have something to do with the Linux machine that I am unable to access.

would appreciate any help from the community.

Thanks in advance.

So what you want to do is first get a copy of a “very popular Linux enumeration tool”. Something about “peas”. Download it to Ubuntu.

Next share that tool using python web server module.

Next use nmap to find the IP of the Linux machine.

The connect to the Linux machine as user@ip (use the actual ip address of the Linux server0

Then grab the tool file using wget.

Then make the tool executable.

Then run it, and look though the output for answers.

And if all this is Juggalo-speak to you then first do the Linux Host Enumeration lab:

thanks a lot for the reply

the solution that you provided worked correctly. i was straying on the wrong path, the lab that you gave, helped me in figuring out what i was doing wrong.

thanks again.

1 Like