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
I am using lates kali linux(Linux kali 6.10.9-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.10.9-1kali1 (2024-09-09) x86_64 GNU/Linux
) and pwndbg(pwndbg_2024.02.14_amd64.deb) with a root account. pwndgb works well along.
Then I install Hyper-3.4.1.AppImage(https://github.com/vercel/hyper/releases/tag/v3.4.1), after
I can start hyper with root account, so i install hyperinator and hyperpwn via:
npm install hyperinator
npm install hyperpwn
After reloading hyper terminal, i type "pwndbg“ in hyper, but it reported an error:
Seems hyperpwn uses /bin/sleep as a default bash and execute some commands :(
I have no idea to handle it, could someone give more help?
Thanks very much.
The text was updated successfully, but these errors were encountered:
Hi
I am using lates kali linux(Linux kali 6.10.9-amd64 #1 SMP PREEMPT_DYNAMIC Kali 6.10.9-1kali1 (2024-09-09) x86_64 GNU/Linux
) and pwndbg(pwndbg_2024.02.14_amd64.deb) with a root account. pwndgb works well along.
Then I install Hyper-3.4.1.AppImage(https://github.com/vercel/hyper/releases/tag/v3.4.1), after
I can start hyper with root account, so i install hyperinator and hyperpwn via:
After reloading hyper terminal, i type "pwndbg“ in hyper, but it reported an error:
Seems hyperpwn uses /bin/sleep as a default bash and execute some commands :(
I have no idea to handle it, could someone give more help?
Thanks very much.
The text was updated successfully, but these errors were encountered: