Skip to content
View alustinoff's full-sized avatar

Block or report alustinoff

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 Loading

  1. golang_learn golang_learn Public

    Summary from book Black Hat Go

    Go

  2. masscan-bootstrap masscan-bootstrap Public

    Beautify your masscan report with bootstrap stylesheet.

    HTML 1 1

  3. ipe ipe Public

    Forked from Xarlan/ipe

    IPE: Integrated Pentest Environment

    CSS

  4. Bash script wich execute command hos... Bash script wich execute command host for many IP from file hosts.txt
    1
    while read HOST; do host $HOST; done < hosts.txt
  5. Powershell script to execute mimikat... Powershell script to execute mimikatz for a lot of dumps. Should not be spaces in path to files. Directory with dumps is a sub directory of mimikatz.
    1
    $dirWithDumps = "lsass"
    2
    $resultFile = "mimikatz_extract_from_all_dumps.txt"
    3
    $dumps = Get-ChildItem $PSScriptRoot$dirWithDumps -Recurse -Filter *.dmp
    4
    foreach ($dump in $dumps)
    5
    {
  6. android_scripts android_scripts Public

    Python