๐ I'm a Cyber Security guy living in Funรคsdalen, Sweden ๐
Here at GitHub, you will find my contributions to various open-source projects and some quick ugly hacks.
๐ I'm a Cyber Security guy living in Funรคsdalen, Sweden ๐
Here at GitHub, you will find my contributions to various open-source projects and some quick ugly hacks.
๐ Generate a bunch of malicious pdf files with phone-home functionality. Can be used with Burp Collaborator or Interact.sh
Headless web crawler for bugbounty and penetration-testing/redteaming
Tor Browser and Tails version fingerprint PoC
<?php
$self = $_SERVER['PHP_SELF'];
$docr = $_SERVER['DOCUMENT_ROOT'];
$sern = $_SERVER['SERVER_NAME'];
$tend = "</tr></form></table><br><br><br><br>";
#!/usr/bin/python3
##
## PoC test for the XXE security vulnerability CVE-2018-10653 in XenMobile Server 10.8 before RP2 and 10.7 before RP3
##
## This PoC was written by Jonas Lejon 2019-11-28 <jonas.xenmobile@triop.se> https://triop.se