From 7186a16647b442f2fa20c252f21d6a3d78e749f5 Mon Sep 17 00:00:00 2001 From: Dinesh Date: Tue, 31 Mar 2026 19:20:13 +0530 Subject: [PATCH 1/3] fix: removing duplicate "final" At the "metasploit-framework/docs/metasploit-framework/Pivoting-in-Metasploit.md" --------> At the topic "proxychain-ng setup" ---> duplicate "final" word is removed --- docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md b/docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md index a7f953afb3..55ab4f6d8e 100644 --- a/docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md +++ b/docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md @@ -444,7 +444,7 @@ Now edit the `proxychains` configuration file located at `/etc/proxychains.conf` socks5 127.0.0.1 1080 ``` -The final final should look something like this: +The final should look something like this: ```ini # proxychains.conf VER 3.1 From 6554aa6416c4a891173d42dd642057307fe0e2f5 Mon Sep 17 00:00:00 2001 From: Dinesh Date: Tue, 31 Mar 2026 19:24:15 +0530 Subject: [PATCH 2/3] fix: typo mistake "UPD" changed to "UDP" At the file "Pivoting-in-Metasploit.md" -----> typo mistake of "UPD" changed to correct "UDP" --- docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md b/docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md index 55ab4f6d8e..d2a4b12dfe 100644 --- a/docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md +++ b/docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md @@ -567,7 +567,7 @@ index.html 100%[===========================>] 57.34K --.-KB/s i ``` ### Scanning -For scanning with Nmap, Zenmap, Nessus and others, keep in mind that ICMP and UPD traffic cannot tunnel through the proxy. So you cannot perform ping or UDP scans. +For scanning with Nmap, Zenmap, Nessus and others, keep in mind that ICMP and UDP traffic cannot tunnel through the proxy. So you cannot perform ping or UDP scans. For Nmap and Zenmap, the below example shows the commands can be used. It is best to be selective on ports to scan since scanning through the proxy tunnel can be slow. From 600a07d1dd421e6e48b3679a6aba837b2f476c5e Mon Sep 17 00:00:00 2001 From: Dinesh Date: Tue, 31 Mar 2026 20:04:13 +0530 Subject: [PATCH 3/3] Update docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md Co-authored-by: msutovsky-r7 --- docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md b/docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md index d2a4b12dfe..9330e0c735 100644 --- a/docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md +++ b/docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md @@ -444,7 +444,7 @@ Now edit the `proxychains` configuration file located at `/etc/proxychains.conf` socks5 127.0.0.1 1080 ``` -The final should look something like this: +The final file should look something like this: ```ini # proxychains.conf VER 3.1