Merge pull request #353 from oddrabbit/patch-1

Added in IRC Server Authentication via Netcat
This commit is contained in:
Carlos Polop 2022-06-18 21:27:47 +01:00 committed by GitHub
commit 6808dae87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,14 @@ JOIN <CHANNEL_NAME> #Connect to a channel
OPER <USERNAME> <PASSWORD>
```
You can, also, atttempt to login to the server with a password. The default password for ngIRCd is 'wealllikedebian'.
```bash
PASS wealllikedebian
NICK patrick
USER test1 test2 <IP> :test3
```
### **Find and scan IRC services**
```bash