- Joined
- 11 yrs. 6 mth. 26 days
- Messages
- 5,381
- Reaction score
- 18,380
- Age
- 45
- Wallet
- 11,590$
- [email protected]
0x00 - Sommaire :Introduction
Scripts
Utilisations
Conclusion
0x01 - Introduction :
Wikipédia says :
Quote
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 :
And the file, plocal.pl
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 :
You can use it now
. And doing this :
Here, the will be the URL of our target server.
So, our command will be looks like :
Configure your proxy like this :
In Proxy HTTP :
Quote
In ports :
Quote
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.
Scripts
Utilisations
Conclusion
0x01 - Introduction :
Wikipédia says :
Quote
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 :
And the file, plocal.pl
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 :
You can use it now

Here, the will be the URL of our target server.
So, our command will be looks like :
Configure your proxy like this :
In Proxy HTTP :
Quote
In ports :
Quote
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.