npflib 1.0.0
A C# library that allows you to use UDP and TCP flooding methods in your own program.
Install-Package npflib -Version 1.0.0
dotnet add package npflib --version 1.0.0
<PackageReference Include="npflib" Version="1.0.0" />
paket add npflib --version 1.0.0
npflib
NPF C# .NET Core library. Let's you use NPF's flooding methods inside your own project.
Disclaimer
This software is intended for educational and testing purposes. The creator does not allow you to use this software in malicious ways. The creator does not hold liability for anything you do with this software.
How to use in your project
-
Reference npflib in your project
using npflib;
-
Add this line to your code
Flood npf = new Flood();
-
Enjoy :)
What commands?
npf.Udp(ipaddress, port, message)
- floods the targeted ip address with 100000 packets using UDP. You need more instances of the command or to edit the code to get more packets. Make sure to include the target port and the message in the command as well.
npf.Tcp(ipaddress, port, message)
- floods the targeted ip address with 100000 packets using TCP. Make sure to include the target port and the message in the command as well.
npflib
NPF C# .NET Core library. Let's you use NPF's flooding methods inside your own project.
Disclaimer
This software is intended for educational and testing purposes. The creator does not allow you to use this software in malicious ways. The creator does not hold liability for anything you do with this software.
How to use in your project
-
Reference npflib in your project
using npflib;
-
Add this line to your code
Flood npf = new Flood();
-
Enjoy :)
What commands?
npf.Udp(ipaddress, port, message)
- floods the targeted ip address with 100000 packets using UDP. You need more instances of the command or to edit the code to get more packets. Make sure to include the target port and the message in the command as well.
npf.Tcp(ipaddress, port, message)
- floods the targeted ip address with 100000 packets using TCP. Make sure to include the target port and the message in the command as well.
Release Notes
UDP and TCP flood methods added
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 148 | 7/22/2020 |