@bianca said:
My session keeps getting killed with error message Died from Errno::ECONNRESET before I can do anything. Is that because someone else is on the machine? I tried several payloads already. This oneās the only one that opened a session.
Happened to me too, google up auto migrating meterpreter sessions. The exploit used will naturally close out the connection unless migrated
Is someone willing to DM me with help on this one? Trying to get the python script to work. Have generate what I think is the right payload with none of the forbidden characters and under the size limit (iām around 692 bytes) But nothing is happening. I know itās a stupid simple mistake, it usually is.
Best thing to do is to spin up a Windows 7 VM, install the vulnerable service and keep messing with it by testing and restarting until you get a solid shell back. Just got user without Metasploit, working on root
@n0tl33t said:
is there a user.txt? or just root.txt?
Nvm. Reset the box and the user.txt showed up, also need to do something before being able to read root.txt now. Almost missed a chance to learn something
@F2F said:
Got a meterpreter connection, but for every commands it returns:
Error running command command_name: Rex::TimeoutError Operation timed out.
Any hint?
Iāve been having the same problem since yesterday, I got the user.txt then decided to go back for root, not Im getting crashes every time I get a session.
any info to start looking for? I donāt know where to start on this machine. Found a port, a service and a exploit, buuut itās failing, so I think Iām gonna start reading about the exploit. Any recomendation?
Have managed to get a stable shell on this and taken the user flag, however privesc to system is baffling me, donāt know where to start. Feel like Iām missing something obvious ?
@Ben83 said:
Have managed to get a stable shell on this and taken the user flag, however privesc to system is baffling me, donāt know where to start. Feel like Iām missing something obvious ?
dont over think it, think basics. it has been mentioned already but research cacls
@Ben83 said:
Have managed to get a stable shell on this and taken the user flag, however privesc to system is baffling me, donāt know where to start. Feel like Iām missing something obvious ?
dont over think it, think basics. it has been mentioned already but research cacls
Thanks, managed to get the root flag this a short while after i posted that by doing just that.
@pennega said:
hi folks
i have get the user.txt and the root.txt file
now the questions is⦠how get an Administrator shell?
some suggestions?
Iām wondering the same thingā¦is it really fully pwned if you donāt actually have SYSTEM privs? This took me forever to solve as I was trying to privescā¦
DEFINITELY DEFINITELY DEFINITELY recommend installing a local copy of whatever you find and testing your own payloads on it. (as some others have mentioned)
Also helps to read what the bad characters are (I think I wasted an hour or two wondering why nothing was workingā¦). I used the python script.
My first attempt doing it on the box ( after figuring stuff out locally) went off flawlessly.