Changed argument : domain name from a CTF to IP

This commit is contained in:
VicoLeChips 2023-01-11 15:37:40 +01:00 committed by GitHub
parent e19fec0156
commit 908027bbb7
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** ### **Find and scan IRC services**
```bash ```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) ### [Brute Force](../generic-methodologies-and-resources/brute-force.md#irc)