Skip to content

latortuga71/GoSmbExec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoSmbExec

Basic SMBExec clone, but in golang.

Usage

gosmbexec.exe -h 192.168.56.108 -d hackerlab -u turtleadmin -p 123456 -c systeminfo -v

Usage of gopsexec.exe:
  -c string
        Command to run on target (default "whoami")
  -d string
        Domain (default ".")
  -h string
        Host (default "localhost")
  -p string
        Password
  -u string
        Username
  -v    Verbose Flag

About

Basic SMBExec clone, but in golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages