# IRC (Internet Relay Chat) Pentesting

## IRC (Internet Relay Chat) Pentesting <a href="#irc-internet-relay-chat-pentesting" id="irc-internet-relay-chat-pentesting"></a>

IRC is a protocol that allows the communication in the form of text between multiple parties. Default ports are 194,6667.

### Enumeration <a href="#enumeration" id="enumeration"></a>

```
nmap --script irc-botnet-channels,irc-info,irc-unrealircd-backdoor -p 194 <ip>
```
