mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #1071] SSH-like port tunnels #776
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#776
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SparkyTD on GitHub (May 4, 2022).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1071
Is your feature request related to a problem? Please describe.
It would be very helpful if Quasar supported TCP port tunnels similar to the ones offered by SSH. This way C2 could connect to any service on the target that's only locally available or otherwise blocked by the firewall, e.g. a database or an RDP server.
Describe the solution you'd like
The implementation would be similar to the way SOCKS5 proxies are implemented, with a list GUI that allows the user to create, edit or delete any number of remote or local tunnels.
@MaxXor commented on GitHub (Feb 11, 2023):
Duplicate of #598
Indeed, would be a great addition.