AttackParseToolkit

command module
v0.0.0-...-8ceafa1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

README

Parse File

A function that can be used to parse targets from a file. Accepeted hosts include:

  • IP address
  • CIRD Notation (IPv4 only at the moment)
  • FQDN

Example

File1.txt contents:

host1.light.local
192.168.10.0/28
10.10.10.10
10.10.20.10
10.20.30.40
lampsforsale.light

ParseParameterCredentialImpacket

A function based off impackets cred parse. Return an ImpacketAuth object.

	cred, err := parse_cli.ParseParameterCredentialImpacket("light.local/ilightthings.local:P@assword")
	if err != nil {
		log.Fatal(err)
	}
	fmt.Printf("%+v", cred)
	//{Username:ilightthings.local Password:P@assword Domain:light.local}

Currently does not support a target

ParseParameterStringTarget

ToNTHashString

Returns a string version of an NT hash

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL