Skip to content
View abdilahrf's full-sized avatar
Block or Report

Block or report abdilahrf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. CTFWriteupScrapper CTFWriteupScrapper Public

    Website to Scrapping all writeup from http://ctftime.org/ and you can organize which to read first!

    Python 29 11

  2. FavHash FavHash Public

    A Wordlist of favicon hash from various application.

    Python 3

  3. XXE Payloads XXE Payloads
    1
    --------------------------------------------------------------
    2
    Vanilla, used to verify outbound xxe or blind xxe
    3
    --------------------------------------------------------------
    4
    
                  
    5
    <?xml version="1.0" ?>
  4. Blind SQL injection Template Blind SQL injection Template
    1
    import requests
    2
    import re
    3
    
                  
    4
    url = "http://88.198.233.174:33534/index.php"
    5
    payload = {
  5. Burpsuite extender for dynamically g... Burpsuite extender for dynamically generate signature
    1
    from burp import IBurpExtender
    2
    from burp import IHttpListener
    3
    from burp import IProxyListener
    4
    from burp import IScannerListener
    5
    from burp import IExtensionStateListener