Executing JScript from Powershell via .NET reflection
[Reflection.Assembly]::LoadWithPartialName('Microsoft.JScript');
$js = 'var js = new ActiveXObject("WScript.Shell");js.Run("calc");'
[Microsoft.JScript.Eval]::JScriptEvaluate($js,[Microsoft.JScript.Vsa.VsaEngine]::CreateEngine());
[Reflection.Assembly]::LoadWithPartialName('Microsoft.JScript');
$js = 'var js = new ActiveXObject("WScript.Shell");js.Run("calc");'
[Microsoft.JScript.Eval]::JScriptEvaluate($js,[Microsoft.JScript.Vsa.VsaEngine]::CreateEngine());
android dictionary
https://www.uret.in/topic/2173-android-dictionary-for-noobs-like-me/
https://www.uret.in/topic/2173-android-dictionary-for-noobs-like-me/
🗣
How to become a Bug Bounty Hunter 💪
https://forum.bugcrowd.com/t/researcher-resources-how-to-become-a-bug-bounty-hunter
How to become a Bug Bounty Hunter 💪
https://forum.bugcrowd.com/t/researcher-resources-how-to-become-a-bug-bounty-hunter
Additional Exercises in Reverse Engineering
https://leotindall.com/tutorial/additional-exercises-in-reverse-engineering/
https://leotindall.com/tutorial/additional-exercises-in-reverse-engineering/
#love_linux_kernel_function
panic() => Halts the kernel
BUG_ON() => Kills the threads, print a message before panicking
WARN_ON() => Prints warning level messages
panic() => Halts the kernel
BUG_ON() => Kills the threads, print a message before panicking
WARN_ON() => Prints warning level messages