From 19e06ff40616e20d7d76e410f83a0f8dc047d96c Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Tue, 7 Jan 2014 14:48:18 -0600 Subject: [PATCH 1/2] make README.md consistent w https --- c/meterpreter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/meterpreter/README.md b/c/meterpreter/README.md index d04f416a..88478548 100644 --- a/c/meterpreter/README.md +++ b/c/meterpreter/README.md @@ -60,7 +60,7 @@ You will need: Meterpreter requires libpcap-1.1.1 and OpenSSL 0.9.8o sources, which it will download automatically during the build process. If for some reason, you cannot access the internet during build, you will need to: - - wget -O posix-meterp-build-tmp/openssl-0.9.8o.tar.gz http://openssl.org/source/openssl-0.9.8o.tar.gz + - wget -O posix-meterp-build-tmp/openssl-0.9.8o.tar.gz https://openssl.org/source/openssl-0.9.8o.tar.gz - wget -O posix-meterp-build-tmp/libpcap-1.1.1.tar.gz http://www.tcpdump.org/release/libpcap-1.1.1.tar.gz Note that the 'depclean' and 'really-clean' make targets will *delete* From 734b1f03da3e4d08ea8c0ae0502eee67e21f3cb9 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Tue, 7 Jan 2014 14:50:22 -0600 Subject: [PATCH 2/2] Derp add www. too --- c/meterpreter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/meterpreter/README.md b/c/meterpreter/README.md index 88478548..438724a6 100644 --- a/c/meterpreter/README.md +++ b/c/meterpreter/README.md @@ -60,7 +60,7 @@ You will need: Meterpreter requires libpcap-1.1.1 and OpenSSL 0.9.8o sources, which it will download automatically during the build process. If for some reason, you cannot access the internet during build, you will need to: - - wget -O posix-meterp-build-tmp/openssl-0.9.8o.tar.gz https://openssl.org/source/openssl-0.9.8o.tar.gz + - wget -O posix-meterp-build-tmp/openssl-0.9.8o.tar.gz https://www.openssl.org/source/openssl-0.9.8o.tar.gz - wget -O posix-meterp-build-tmp/libpcap-1.1.1.tar.gz http://www.tcpdump.org/release/libpcap-1.1.1.tar.gz Note that the 'depclean' and 'really-clean' make targets will *delete*