HackerOne – Telegram
HackerOne
11K subscribers
644 photos
31 videos
79 files
2.74K links
Community : @Sec0x01
@Bug0x
Download Telegram
HackerOne
https://t.co/xUX8nzLLgo https://t.co/5eICcCYyPA
this is not a vulnerability telegram desktop, this is a extension spoofing in windows,

if you need more info, please check youtube link,

https://www.youtube.com/watch?v=FzWuOwjK7-I
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());