Skip to content
View jonaslejon's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home
Block or Report

Block or report jonaslejon

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jonaslejon/README.md

Hi there friend! 👋

👉 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 haacks of my own.

Pinned Loading

  1. malicious-pdf malicious-pdf Public

    💀 Generate a bunch of malicious pdf files with phone-home functionality. Can be used with Burp Collaborator or Interact.sh

    Python 2.8k 373

  2. lolcrawler lolcrawler Public archive

    Headless web crawler for bugbounty and penetration-testing/redteaming

    Python 40 9

  3. tor-fingerprint tor-fingerprint Public archive

    Tor Browser and Tails version fingerprint PoC

    JavaScript 135 14

  4. PHP file upload backdoor PHP file upload backdoor
    1
    <?php
    2
    $self = $_SERVER['PHP_SELF'];
    3
    $docr = $_SERVER['DOCUMENT_ROOT'];
    4
    $sern = $_SERVER['SERVER_NAME'];
    5
    $tend = "</tr></form></table><br><br><br><br>";
  5. apt10 apt10 Public

    APT / Cloud Hopper Yara rules

    3 6

  6. Citrix XenMobile XXE Exploit Citrix XenMobile XXE Exploit
    1
    #!/usr/bin/python3
    2
    ##
    3
    ## PoC test for the XXE security vulnerability CVE-2018-10653 in XenMobile Server 10.8 before RP2 and 10.7 before RP3
    4
    ##
    5
    ## This PoC was written by Jonas Lejon 2019-11-28 <jonas.xenmobile@triop.se> https://triop.se