Commit Graph

2 Commits

Author SHA1 Message Date
tanaydin sirin 9aaa7033a5
Correct the issue with port scanner output (#978)
The issue caused the program to erroneously run a regex pattern on HTML content instead of the request data. This was because the port number wasn't displayed in the HTML's body content. The commit rectifies this problem, ensuring that regex operates on the correct data.
2024-12-22 12:34:12 +00:00
Arkadii Yakovets 1391affeb4
Refactor code for future `numpy` removal (#946) 2024-10-27 16:40:44 +00:00