Pinned Loading
-
-
masscan-bootstrap
masscan-bootstrap PublicBeautify your masscan report with bootstrap stylesheet.
-
-
Bash script wich execute command hos...
Bash script wich execute command host for many IP from file hosts.txt 1while read HOST; do host $HOST; done < hosts.txt
-
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
4foreach ($dump in $dumps)
5{
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.