IRCP- information gathering tool for irc servers |
git clone git://git.acid.vegas/IRCP.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 236f60128e48452d26324127bb0ff68cadffd5d4
parent 124d9fa59edd1f0f590aa14ffad272192a03a167 Author: acidvegas <acid.vegas@acid.vegas> Date: Sat, 27 May 2023 23:00:51 -0400 Updated README Diffstat:
|
1 file changed, 2 insertions(+), 0 deletions(-) |
diff --git a/README.md b/README.md @@ -17,6 +17,8 @@ An attempt to register a nickname is then made by trying to contact NickServ. Next, every channel is joined with a `WHO` command sent & every new nick found gets a `WHOIS`. +Everything is done in a heavily throttled manner for stealth to avoid detection. + ## Collected Information All of the raw data from a server is logged & stored. The categories below are stored seperately & hilight the key information we are after: |