You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This module exploits an unauthenticated remote code execution vulnerability\n in FreeScout <= 1.8.206 (CVE-2026-28289). The sanitizeUploadedFileName()\n function checks for dot-prefixed filenames before stripping Unicode format\n characters (ZWSP U+200B), allowing .htaccess upload via email attachment.\n\n A crafted email is sent via SMTP to a FreeScout mailbox. When fetched by\n the IMAP/POP3 cron (typically every 60s), the ZWSP is stripped and the\n attachment is stored as .htaccess. The file uses SetHandler to make itself\n executable as PHP, achieving code execution when requested via HTTP.\n\n Requires a valid mailbox email address and web-accessible attachment\n storage (storage:link pointing to storage/app/).",
"description": "This module will install a payload that is executed during boot.\n It will be executed either at user logon or system startup via the registry\n value in \"CurrentVersion\\Run\" (depending on privilege and selected method).",
Copy file name to clipboardExpand all lines: docs/metasploit-framework.wiki/Pivoting-in-Metasploit.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -444,7 +444,7 @@ Now edit the `proxychains` configuration file located at `/etc/proxychains.conf`
444
444
socks5 127.0.0.1 1080
445
445
```
446
446
447
-
The final final should look something like this:
447
+
The final file should look something like this:
448
448
449
449
```ini
450
450
# proxychains.conf VER 3.1
@@ -567,7 +567,7 @@ index.html 100%[===========================>] 57.34K --.-KB/s i
567
567
```
568
568
569
569
### Scanning
570
-
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.
570
+
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.
571
571
572
572
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.
0 commit comments