mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
Changed argument : domain name from a CTF to IP
This commit is contained in:
parent
e19fec0156
commit
908027bbb7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue