Skip to content

Instantly share code, notes, and snippets.

View leakedby's full-sized avatar
🏠
Working from home

LeakedBy leakedby

🏠
Working from home
View GitHub Profile
@leakedby
leakedby / spintax.php
Created May 21, 2024 08:42 — forked from irazasyed/spintax.php
PHP: Text Spinner Class - Nested spinning supported.
<?PHP
/**
* Spintax - A helper class to process Spintax strings.
*/
class Spintax
{
/**
* Set seed to make the spinner predictable.
*/
@leakedby
leakedby / lenindeobfuscated.js
Created May 9, 2024 10:03 — forked from dvygolov/lenindeobfuscated.js
FB Acc Status 6.3 Deobfuscated. Just for research reasons.
(function() {
window.adsplugver = '6.3';
if (location.pathname == "/adsmanager/manage/campaigns" || location.pathname == "/ads/creativehub/home/" || location.pathname == "/adsmanager/manage/all" || location.pathname == "/adsmanager/manage/ads" || location.pathname == "/adsmanager/manage/adsets") {
if (document.getElementById("notif") == null) {
document.onkeydown = function(evt) {
evt = evt || window.event;
if (evt.keyCode == 27) {
window.mainclose();
}
};
@leakedby
leakedby / mouse.gif
Created June 27, 2022 18:24 — forked from primaryobjects/mouse.gif
View the mouse pointer position in Selenium Nightwatch. Execute this code when the page loads or in the javascript console. See https://stackoverflow.com/a/35867777
mouse.gif
@leakedby
leakedby / Burp certificate on Android
Created May 21, 2018 18:05 — forked from PaulSec/Burp certificate on Android
Add your Burp certificate on an Android device
To do so:
1. Export your Burp Certificate
Proxy > Options > CA Certificate > Export in DER format
2. Convert it to PEM
openssl x509 -inform der -in cacert.der -out burp.pem
3. Download it on the device