Code clean up, still tinkering here.

This commit is contained in:
2023-11-24 03:44:24 -05:00
parent 1ea867e1cb
commit a2b8d53a83
2 changed files with 51 additions and 35 deletions
-2
View File
@@ -2,8 +2,6 @@
PTRStream is an asynchronous reverse DNS lookup tool developed in Python. It generates random IP addresses and performs reverse DNS lookups using various DNS servers.
## Requirements
- [python](https://www.python.org/)
- [aiodns](https://pypi.org/project/aiodns/) *(pip install aiodns)*