C# Class Potato.Spoofer

Afficher le fichier Open project: brandonprry/Potato

Méthodes publiques

Méthode Description
StringToByteArray ( string hex ) : byte[]
checkSpoof ( String host ) : void
startSpoofing ( String localIp, String spoof_host, bool disableExhaust ) : void

Method Details

StringToByteArray() public static méthode

public static StringToByteArray ( string hex ) : byte[]
hex string
Résultat byte[]

checkSpoof() public abstract méthode

public abstract checkSpoof ( String host ) : void
host String
Résultat void

startSpoofing() public abstract méthode

public abstract startSpoofing ( String localIp, String spoof_host, bool disableExhaust ) : void
localIp String
spoof_host String
disableExhaust bool
Résultat void