Skip to content

«Silver Spark is supposed to be the cutest, and tiny spark; Allows many customizations!»

License

Notifications You must be signed in to change notification settings

SlowsieNT/SNT-SS22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project: SNT-SS22

SlowsieNT-SilverSpark22

Many customization options are available, this project focuses on "random",
and can even hold http connection for long if certain parameters are set.

Notes

If possible (NOT required): include credits, thank you!

Requirements

.NET 3.5+

Example:

HttpSilverSpark.Load("useragents.txt");
  var vSpark = new HttpSilverSpark("localhost", 81) {
  Body = "msg#05=#1a",   // magickal string to be converted to random string
  Method = "POST",       // post usually returns status 200, regardless if target is https
  ReceiveDataLength = 44 // unnecessary
};
vSpark.Headers.Add("Content-Type: application/x-www-form-urlencoded");
vSpark.OnSent += VSpark_OnSent;
vSpark.OnReceive += VSpark_OnReceive;
vSpark.OnError += VSpark_OnError;
// Spark can be repeated
vSpark.Spark();

About

«Silver Spark is supposed to be the cutest, and tiny spark; Allows many customizations!»

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages