IRCP- information gathering tool for irc servers |
git clone git://git.acid.vegas/IRCP.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 7ace89b6592fbcb1362e8d9d0c0af6977c05b979
parent 64e824dd1991c061a4488956a31518aa3f0e3eeb Author: acidvegas <acid.vegas@acid.vegas> Date: Mon, 5 Jun 2023 18:44:25 -0400 Updated TODO list Diffstat:
|
1 file changed, 2 insertions(+), 1 deletion(-) |
diff --git a/README.md b/README.md @@ -74,12 +74,13 @@ Mass scanning *default* ports of services is nothing new & though port 6667 is n * Built in identd * Checking for IPv6 availability *(SSL= in 005 responses may help verify IPv6)* * Support for IRC servers using old versions of SSL -* Create a seperate log for failed connections *(Sync to file every hour maybe)* +* Create a seperate log for failed connections * Ability to link multiple IRCP instances running in daemon mode together for balancing * Remote syncing the logs to another server * Support for handling a target list that contains host:port:ssl for networks on non-standard ports * Give props to [bwall](https://github.com/bwall) for giving me the idea with his [ircsnapshot](https://github.com/bwall/ircsnapshot) repository * Confirm nick registered *(most likely through MODE +r)* +* Confirm SSL/TLS connections *(most likely through "You are connected using SSL cipher" NOTICE message)* ## Mirrors - [acid.vegas](https://git.acid.vegas/ircp) |