Merge pull request #577 from VicoLeChips/patch-3

Changed argument : domain name from a CTF to IP
This commit is contained in:
Carlos Polop 2023-01-13 14:04:37 +01:00 committed by GitHub
commit d5d9ad73e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ USER test1 test2 <IP> :test3
### **Find and scan IRC services**
```bash
nmap -sV --script irc-botnet-channels,irc-info,irc-unrealircd-backdoor -p 194,6660-7000 irked.htb
nmap -sV --script irc-botnet-channels,irc-info,irc-unrealircd-backdoor -p 194,6660-7000 <ip>
```
### [Brute Force](../generic-methodologies-and-resources/brute-force.md#irc)