Athena-OS / athena

Athena OS is a Arch/Nix-based distro focused on Cybersecurity. Learn, practice and enjoy with any hacking tool!
https://athenaos.org
MIT License
1.02k stars 77 forks source link

[QUESTION]: Unable to use use HTB-Toolkit & its VPN #140

Open Beegchonk opened 3 weeks ago

Beegchonk commented 3 weeks ago

Question

Hello - I've just set my API key onto the htb-toolkit so I can prepare to spin up the machines and complete them within the environment. However, when I did htb-toolkit -k {VPN_HERE} - this error message came up:

thread 'tokio-runtime-worker' panicked at src/vpn.rs:277:85:
called `Result::unwrap()` on an `Err` value: Error("expected value", line: 1, column: 1)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at src/vpn.rs:340:25:
Blocking task failed: JoinError::Panic(Id(3), ...)

This happens for both UDP & TCP Connections to the VPN.

D3vil0p3r commented 2 weeks ago

Hello! That error is due to invalid HTB App Token. Are you sure your App Token is still valid? (ps: the argument is -v instead of -k)

Beegchonk commented 2 weeks ago

Yes, I even regenerates my token but I can try again

On Sun, Sep 1, 2024, 10:37 AM D3vil0p3r @.***> wrote:

Hello! That error is due to invalid HTB App Token. Are you sure your App Token is still valid? (ps: the argument is -v instead of -k)

— Reply to this email directly, view it on GitHub https://github.com/Athena-OS/athena/issues/140#issuecomment-2323369427, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVGAWDPVX26OPGLRPIKOW7DZUMRCLAVCNFSM6AAAAABNBXBEYWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRTGM3DSNBSG4 . You are receiving this because you authored the thread.Message ID: @.***>

D3vil0p3r commented 2 weeks ago

Ok @Beegchonk let me know.