diff --git a/network-services-pentesting/pentesting-irc.md b/network-services-pentesting/pentesting-irc.md index f28d19ab..dc932b20 100644 --- a/network-services-pentesting/pentesting-irc.md +++ b/network-services-pentesting/pentesting-irc.md @@ -77,6 +77,14 @@ JOIN #Connect to a channel OPER ``` +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 :test3 +``` + ### **Find and scan IRC services** ```bash