-
exploits
ok.. im a real newbie so go easy on me
how do i actually run exploits on servers? i see exploits everywhere but dont know how to use them. they just look like loads of code to me
please help or point me in the right direction of somewhere i can learn
-
Could you be any more vague?
Try -> www.google.com
-
You need to compile the code on the server and run it....
-
-
/me WOOSHES at wooshie :D
-
Quote:
Originally posted here by ac1dsp3ctrum
You need to compile the code on the server and run it....
How do i compile the code?
Can i do this through telnet? (FreeBSD)
-
You should learn to program before you start compiling code, that way you will have a vague idea of what the code really does.
-
-
I think you really need to do ALOT of reading .
Crimina1
-
you might consider woodworking
-
Im sorry that was really rude of me. It just reminded me of a time I could have asked that same question and I don’t like seeing myself that way.
The majority of sploits are os specific, one made for red hat usually wont work on bsd. Looking for a server to run a sploit on is really a stupid way of doing things. But if you must know :
First you have to scan a whole lot of ip addresses with a scanner that can detect what os is running on it, like Nmap.
Then you have to determine which is the correct version and which is not patched.
Then you have to obtain sufficient rights to compile and run your code. In other words you gotta break into the server.
Now you gotta know that by the time this code gets to a place that anyone on the internet can find it, patches have been released and warnings have been sent out.
So now you have a list of servers that this sploit was made for. You’ve found one that’s vulnerable to your break in techniques, you get root, but now theirs a real good chance that a server set up to be this easy to break into, is a honeypot, and the man is watching your every move.
So how do you cover you tracks….
It would be much easier if you just said what you know, then someone can tell you what you need to learn.