golcg- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
commit d6ad25efdb9d45c2fee6cd4340e75a7acfbd65b5
parent ba733dd54a4b6cacf7890eb0b240a7a8e729c7a5 Author: acidvegas <acid.vegas@acid.vegas> Date: Sun, 1 Dec 2024 01:19:43 -0500 Added reference to pylcg Diffstat:
|
1 file changed, 3 insertions(+), 0 deletions(-) |
diff --git a/README.md b/README.md @@ -7,6 +7,9 @@ <h3 align="center">Linear Congruential Generator for scanning IP ranges in Go</h3> +###### A Python version of this project is also available [here](https://github.com/acidvegas/pylcg) + + ## Features * Memory efficient IP range scanning * Deterministic random IP generation |