C# Class GAS.Core.Attacks.PostAttack

Inheritance: IAttacker
Afficher le fichier Open project: old-kasthack-s-projects/GAS

Méthodes publiques

Méthode Description
PostAttack ( string dns, string ip, int port, string subSite, bool resp, int delay, int timeout, bool random, bool usegzip, int threadcount ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
bw_DoWork ( object indexinthreads ) : void

Method Details

PostAttack() public méthode

public PostAttack ( string dns, string ip, int port, string subSite, bool resp, int delay, int timeout, bool random, bool usegzip, int threadcount ) : System
dns string
ip string
port int
subSite string
resp bool
delay int
timeout int
random bool
usegzip bool
threadcount int
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void