can anyone give me the initial steps, can’t get how to enter
Anyone can give me a little nudge? It’s so bizarre
Getting 500 on RCE, what am i doing wrong?
PM please
I am still struggling to get a shell on this. I have already copied the thing, created the other thing, but I think my exploit code is a little funky. Ive researched it, but definitely need someone to bounce ideas off of or someone to give me a hint. I’ve DM’d a couple of people in the thread already, but im feeling extra obsessive tonight. DMs preferred if anyone is available.
@deltaflux said:
Getting 500 on RCE, what am i doing wrong?
PM please
HTTP errors 101:
4xx - You f…ed up
5xx - They f…ed up
Maybe you did nothing wrong ![]()
getting 500 on RCE, don’t know what I am doing wrong. Working fine on local machine.
I got so fed up with 500 that I wrote a simple Python program to give me a “shell” … using RCE by uploading each command separately
It’s rather difficult to know why a reverse shell doesn’t spawn like it should if you are blind. But if you really have RCE, then it’s just a matter of trying harder.
Attempt at initial foothold worked fine a day ago. Try the exact same request today and I get a 500 (even after a reset).
When I run the site locally I get an error: no module named posix. Could this also happen on the remote and that’s why I get the 500 ?
@Nickktr said:
When I run the site locally I get an error: no module named posix. Could this also happen on the remote and that’s why I get the 500 ?
You’re getting 500 error because you’re payload is wrong, causing server-side exceptions during your request.
@dyni0x3a said:
getting 500 on RCE, don’t know what I am doing wrong. Working fine on local machine.
500 error code occurs because Python cannot add a string and a number, for example if your RCE is over os.system because it returns the code that the program accomplished
I have RCE via os.system(), i tested it on sample commands: cat, find etc, it works! However when i tried make backconnect via nc, /dev/tcp or python script nothing happens. There is no connection (( What am I doing wrong?
I have a shell and am now targeting user.txt. Can anyone PM please as have a question regarding that. Thx!
Beating my head on this… Love it
Got low priv shell, any hints about user.txt?
On machine has no internet connection( Any idea how to load scripts? I tried via nc -l -p 1234 -q 1 > something.zip < /dev/null, but i can’t connect to machine.
Any tips on getting started with this one. Did the normal stuff see one port and repo . Per a comment earlier i translated and looked into that but stuck
@darkoria research what you found @SpicyCrack3r put the files in your web directory and do a wget to your ip/file and download that way. Initial foothold was something new and kind of cool but frustrating, user access was easy once you thought how to do it and now root , well root been enumerating a few hours think I know what I need but still trying to figure out how to get it.
Trying to get root. Am I in the rabbit hole when playing with p**? NVM got it. This box is interesting.
Anyone to discuss something about the reverse shell?