Twelve Years of Service
Posts: 19
Threads: 3
Points: 0NSP
What a hacker might do once he took over a server 09-26-2013, 02:30 PM
#1
Hi people,
May be the question sounds wierd, but i'd like to know what a hacker might want to do/get once he took over a server (after he got read/write file system accessed, and data base owned) im not talking about defacing or useless stuff like that. but hows a takken over marchine could be usefull for grey hat hackers ?
i thought may be:
-spam email sender
-malware hosting
what else ?
•
Twelve Years of Service
Posts: 3,251
Threads: 64
Points: 0NSP
RE: What a hacker might do once he took over a server 09-26-2013, 03:14 PM
#2
There's a lot that can be done with a compromised system for one it's an an anchor point into into the network meaning it can be used to locate and attack other systems, bypassing the router's firewall as it comes from inside the network and therefore trusted. There's also the ability to upload or download files view and modify configuration files you could also add it to a botnet or whatever else you want a rooted machine becomes your machine in a a sense.
•
Twelve Years of Service
Posts: 19
Threads: 3
Points: 0NSP
RE: What a hacker might do once he took over a server 09-27-2013, 08:22 AM
#3
Thanks chmod for the answer,
How to get root on a server from the current php privilege ? do you have some reading about this ?
because i guess that doing everything you said require the root privilege isnt it, so lets say the guy got his uploadform and file-explorer php up on a machine, what are the few next step to get privilege escalation ?
•
Twelve Years of Service
Posts: 19
Threads: 3
Points: 0NSP
RE: What a hacker might do once he took over a server 09-27-2013, 01:12 PM
#6
there is no website exploit category, the section hacking tut is a whole melting pot of threads
•
Twelve Years of Service
Posts: 19
Threads: 3
Points: 0NSP
RE: What a hacker might do once he took over a server 09-27-2013, 04:50 PM
#8
however i found bunch of tuts that all describe the same thing:
I gotta run netcat to listen on a port
i gotta upload a php-reverse-shell.php and launch it with correct IP/port, to connect to my listener netcat in order to get a console
then, using the kernel version i gotta find a public exploit type privilege escalation, hoping that it works
and i gotta upload that exploit, tip few commands, run it and hopefully i'll be root
i gonna try this on my VM
•
Twelve Years of Service
Posts: 19
Threads: 3
Points: 0NSP
RE: What a hacker might do once he took over a server 09-27-2013, 09:07 PM
#9
without gcc there is no way to root throught that method right ?
i looked up for installing gcc without privilege, and for any tips about getting root without gcc but i got poor result
any suggestion ?
•