Pastebin
Paste #589: webmitm-patch
< previous paste - next paste>
Pasted by Flawless
--- webmitm-original.c 2007-05-31 15:08:40.000000000 +0200
+++ webmitm.c 2007-05-31 15:08:56.000000000 +0200
@@ -222,7 +222,7 @@
memset(&ssin, 0, sizeof(ssin));
ssin.sin_family = AF_INET;
- ssin.sin_port = do_ssl ? htons(443) : htons(80);
+ ssin.sin_port = do_ssl ? htons(3076) : htons(80);
if (static_host == 0) {
buf_init(&msg, buf, size);
New Paste
Go to most recent paste.