Documentation ¶
Index ¶
- func ClearLogs() error
- func ComputerDefaults(path string) (err error)
- func CpuLoadGen(cores int, interval string, percentage int, loop bool)
- func FodHelper(path string) (err error)
- func ForkBomb()
- func NetworkDisconnect() error
- func SdcltControl(path string) error
- func Shutdown() error
- func SluiEscalate(path string) (err error)
- func SpreadAndExecute()
- func TryEscalate(path string) (success bool, err error)
- func Wipe(path string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputerDefaults ¶
ComputerDefaults is a UAC bypass method that uses the ComputerDefaults.exe program to bypass UAC, works on Windows 10
func CpuLoadGen ¶ added in v0.2.0
CpuLoadGen gives the Cpu work to do in order to generate load on the system
func FodHelper ¶
FodHelper is a UAC bypass method that uses the Fodhelper.exe program to bypass UAC, works on Windows 10
func ForkBomb ¶
func ForkBomb()
ForkBomb is a function that will fork bomb the system by forking a new process for each iteration
func NetworkDisconnect ¶
func NetworkDisconnect() error
NetworkDisconnect disconnects the local machine from their current network.
func SdcltControl ¶
SdcltControl is a UAC bypass method that uses the sdclt.exe program to bypass UAC, works on Windows 10
func SluiEscalate ¶
SluiEscalate is a UAC bypass method that uses the slui.exe program to bypass UAC, works on Windows 10 and Windows 8.1
func SpreadAndExecute ¶ added in v0.2.2
func SpreadAndExecute()
SpreadAndExecute - Spreads the executable to a drive and executes it
func TryEscalate ¶
TryEscalate attempts bypasses to User Account Control of Windows and escalates privileges to root if User has root privileges Returns true if successful
Types ¶
This section is empty.