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

Block or report podjackel

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. Port Scanning Cheat Sheet.md Port Scanning Cheat Sheet.md
    1
    # nmap --top-ports <#ports> -v -oG - localhost
    2
    Top 100:
    3
    
                  
    4
    ```
    5
    7,9,13,21-23,25-26,37,53,79-81,88,106,110-111,113,119,135,139,143-144,179,199,389,427,443-445,465,513-515,543-544,548,554,587,631,646,873,990,993,995,1025-1029,1110,1433,1720,1723,1755,1900,2000-2001,2049,2121,2717,3000,3128,3306,3389,3986,4899,5000,5009,5051,5060,5101,5190,5357,5432,5631,5666,5800,5900,6000-6001,6646,7070,8000,8008-8009,8080-8081,8443,8888,9100,9999-10000,32768,49152-49157
  2. .tmux.conf .tmux.conf
    1
    ##Custom TMUX settings
    2
    # 0 is too far from ` ;)
    3
    set -g base-index 1
    4
    
                  
    5
    #Set colors to work
  3. Useful Wmic queries for host and dom... Useful Wmic queries for host and domain enumeration
    1
    Host Enumeration:
    2
    
                  
    3
    --- OS Specifics ---
    4
    wmic os LIST Full (* To obtain the OS Name, use the "caption" property)
    5
    
                  
  4. DeimosC2/DeimosC2 DeimosC2/DeimosC2 Public

    DeimosC2 is a Golang command and control framework for post-exploitation.

    Vue 1.1k 162

  5. blacklanternsecurity/bbot blacklanternsecurity/bbot Public

    A recursive internet scanner for hackers.

    Python 3.8k 352