Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nekiplay/stressers-api
- Owner: Nekiplay
- Created: 2021-06-27T06:42:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T22:17:35.000Z (over 3 years ago)
- Last Synced: 2024-11-28T15:44:43.263Z (2 months 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"));`
```