Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

ctf

CTF-related information

Tools

crackmapexec

URL https://www.kali.org/tools/crackmapexec/

Pentesting Windows/Active Directory environments. From enumerating logged on users and spidering SMB shares to executing psexec style attacks, auto-injecting Mimikatz/Shellcode/DLL’s into memory using Powershell, dumping the NTDS.dit and more.

Examples

List Windows Shares of a given IP using guest access cme smb 192.168.1.100 -u 'doesnotexist' -p '' --shares

ristreto

Display images

smbclient

Allows connecting to Windows SMB shares

Examples

Connect to the public share on a given IP (press enter when asked for password if there is no password)

smbclient \192.168.1.100\Public

Recoinessance

Windows Shares

About

CTF-related information

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors