Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nekiplay/stressers-api

Not official API for online Stressers
https://github.com/nekiplay/stressers-api

api csharp csharp-library ddos selenium

Last synced: 11 days ago
JSON representation

Not official API for online Stressers

Awesome Lists containing this project

README

        

# Stressers-API

**Starting Stress:**
```C#
/* APi For only browser Edge */
StressersAPI.WebStress webStress = new StressersAPI.WebStress();
Console.WriteLine(webStress.StartStrees("IP", 80, StressersAPI.WebStress.Method.CLDAP, "Login from WebSite", "Password from WebSite"));

StressersAPI.InstantStresser instantStresser = new StressersAPI.InstantStresser();
Console.WriteLine(instantStresser.StartStrees("IP", 80, StressersAPI.InstantStresser.Method.CLDAP, "Login from WebSite", "Password from WebSite"));`
```