Ok, I’m stuck here as well.
I’ve found the ssh key, but when I attempt to access the server using the key, I get the following error
ssh -i id_rsa tom@10.129.202.20
Unable to negotiate with 10.129.202.20 port 22: no matching key exchange method found. Their offer: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256
I already changed the permissions
What am I doing wrong??
I am not even sure where to start at this point. I completed a scan of services and found 5 ports open which are 22, 110, 143, 993, and 995. I attempted to log in with credentials given and obtained from previous labs (Easy and Medium) and none seems to work. I noticed in the threads that SNMP is targeted but those ports are closed from the pwnbox. What am I missing? Where did the Tom credentials come from?
Thanks guys
Check the top of the thread. GuyKazuya put me on the right path - ended up taking a break for a few days but came back kicking myself.
Onesixtyone was hanging me up because I was not reading the output carefully to take the next step.
Hello friend, let’s make it clear that you need to forget about past labs. This is new lab, also most people forget to UDP scan. Wanna start from here? Oh also some people dont read or dont care about a lot of useful links like https://book.hacktricks.xyz/ pls save this link and use it when you are stuck. There you go, if you have difficulty please write my discord: zzerolifee . i would be happy to help but I will not directly say what is flag, because I also stuck for atleast 1 hour and did it myself. Good Luck!
Hi, i checked every method by following modules sections DNS,SNMP, IMAP/POP3. But when enumerating IMAP/POP3 we need creds. Otherwise its not possible to search inside. And there is no port open for SNMP. i reset the machine. but found nothing. i know about queries for IMAP/POP3. see the attachements.
i am stuck with Footprint lab Hard. everyone say that there is snmp service, but when i do nmap i only get 22, 110,143,993 and 995 TCP Ports opened.
all IMAP and POP3 service required username and password
I was able to enumerate the community string and retrieve a user. Not HTB but another user. I completed imap and pop3 with the user credentials. I am wondering if I have to ssh or am I thinking too far?
Hey JillianDoe - are you having trouble with the SNMP portion? From what I recall, my big issue with that was reading the community string carefully. Onesixtyone worked.