PackageTrack
Sign in Get early access

github.com/Fahrj/reverse-ssh

v1.2.0 Fahrj/reverse-ssh

What this package is like to depend on

Last release 5 years ago

no release in 18 months

Release timing varies

gaps range from 1 weeks to 3 months

Nearly every release is documented

notes for 2 of 2 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

8 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

8 releases · Aug 2021 to Jan 2022
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 8
  1. v1.2.1-0.20220120221529-b5b9a0d48236 20 Jan 2022 pre-release

    Nothing published for this version

  2. v1.2.1-0.20211224154435-5dbb75d2e6da 24 Dec 2021 pre-release

    Nothing published for this version

  3. v1.2.0 13 Dec 2021
    Release notes

    Changes

    • LHOST and LPORT parameters can now be given at compile time to create a non-interactive reverse shell binary. This is supposed to be more beneficial in some cases, where providing arguments might be difficult on the victim machine. (see build tricks section in readme)
    • Usage of -l has changed to work better with -p: -l now is only a boolean flag that enforces listening mode, even if a value for LHOST was given at compile time. This further streamlines usability, as your local listener can now be easily started with reverse-ssh -l with the same binary that is executed on the victim.
    • Process management is done using golang's cmd.CommandContext rather than doing it manually (thanks to @rumpelsepp )
    • An extra info-channel provides additional context about incoming reverse connections to aid in scenarios where a single listener catches reverse connections from multiple hosts/users.
    • BPORT, the port at which the reverse connection will try to bind at the ssh host, is now exposed at compile time to aid in scenarios where a single listener catches reverse connections from multiple hosts/users (setting it to 0 results in automatic port acquisition).
    • -N was added as boolean command line flag to deny incoming shell/exec/subsystem connections. This allows to run a local listener without unintentionally opening a backdoor on the attacker host.
    • Some changes on code structure, readme and update of go modules (also thanks to @PinkDev1).

    Full Changelog: v1.1.0...v1.2.0

    Open source →
  4. v1.1.1-0.20211213210141-64ae32ede86f 13 Dec 2021 pre-release

    Nothing published for this version

  5. v1.1.1-0.20211201175548-d2c19bbe104e 01 Dec 2021 pre-release

    Nothing published for this version

  6. v1.1.1-0.20211201082632-eb716795f911 01 Dec 2021 pre-release

    Nothing published for this version

  7. v1.1.1-0.20210910211135-e7fdb8abe4f1 10 Sep 2021 pre-release

    Nothing published for this version

  8. v1.1.0 08 Aug 2021
    Release notes

    Among a few updates to the Readme, this release contains the following changes:

    • Command execution support for both Linux and Windows
    • As a direct consequence of the former, the bare pseudo-pty shell for pre-Windows10 Build 17763 has been removed, as directly executing cmd yields a saner shell
    • Improved process handling to avoid cluttering the target with dangling processes
    • Removed hard coded ssh public key to ensure individual credentials when running make
    • Added raw build target for easier cross-compilation to different architectures (credits to @6E006B for the idea)
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive