Skip to content

byAd12/byAd12-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

byAd12-library - v1.2.1

byAd12-library helps you doing a ICMP (ping) attack to a specific target. Feel free to open an issue or a pull request in the repository.

PyPI Downloads

Project

Author

Functions

  • Ping_Flood_(IPv4) Sends massive pings (ICMP messages) to a target (local or server) using IPv4.

  • byAd12_Info_() Provides information about the library.

  • david_() Adds 2 points ("..") at the end of the string.

Required Dependencies

  • pip install threading
  • pip install ping3

Example

from byAd12_library import Ping_Flood_, byAd12_Info_, david_


Ping_Flood_("192.168.1.1") # Send massive pings

byAd12_Info_() # Get information about the library

david_("text") # Adds 2 points ("..") at the end of the string

About

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages