|
|
- paul2.c
- Paul does via SSL what Sneaky Pete does via standard HTTP. He uses the
OpenSSL library to make SSL connections to remote servers and perform
GETS and POSTS. To make this monkey work, you'll need to compile and link
paul2.c, request.c and ssl_sockets.c. Also part of the
package are just plain paul.c and
sockets.c, which will perform
standard connections over HTTP. To understand all this, see the Gadget.
All code listings.
|
|