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: about 1 month ago
JSON representation
Not official API for online Stressers
- Host: GitHub
- URL: https://github.com/nekiplay/stressers-api
- Owner: Nekiplay
- Created: 2021-06-27T06:42:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T22:17:35.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T07:12:41.071Z (over 1 year ago)
- Topics: api, csharp, csharp-library, ddos, selenium
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"));`
```