[IP Spoofing] Remote Server Proxy

Prince

[ Verified Seller ]
Staff member
Trusted Seller
Joined
11 yrs. 6 mth. 26 days
Messages
5,381
Reaction score
18,380
Age
45
Wallet
11,590$
0x00 - Sommaire :Introduction
Scripts
Utilisations
Conclusion
0x01 - Introduction :

Wikipédia says :

Quote
Please, Log in or Register to view quote content!

In our case we will be mask our identity under target server and stay "anonymous" when your attacks.

0x02 - Scripts :

We going to take 2 scripts, one in .php and the second in .pl.

The .php file will be send on target server, and the .pl file will be use for established a connection on the target server and use the network of it.

This is the file, rproxy.php :


Code:
Please, Log in or Register to view codes content!

And the file, plocal.pl
Code:
Please, Log in or Register to view codes content!

0x03 - Utilisation :

First, upload your rproxy.php file on the target server, with SQL Injection, LFI, or others vuln, we don't care. We just need an URL like :
Code:
Please, Log in or Register to view codes content!

You can use it now
biggrin.png
. And doing this :


Code:
Please, Log in or Register to view codes content!

Here, the
Please, Log in or Register to view URLs content!
will be the URL of our target server.

So, our command will be looks like :


Code:
Please, Log in or Register to view codes content!

Configure your proxy like this :

In Proxy HTTP :


Quote
Please, Log in or Register to view quote content!

In ports :
Quote
Please, Log in or Register to view quote content!

And the final step tic the box for all connections.

- If we want make a private proxy, can we use a password ?

Yeah, it's very easy you have to edit the rproxy.php file and remove the "//" char in front of the $secret var.

0x04 - Conclusion :

Done, it was a little tuts on IP Spoofing. I hope you will like it, it's very important.
 
Top Bottom