We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a09a1 commit d9f011bCopy full SHA for d9f011b
Dockerfile
@@ -4,6 +4,7 @@ FROM kalilinux/kali-rolling
4
RUN apt-get update && apt-get install -y \
5
metasploit-framework \
6
net-tools \
7
+ netcat-traditional \
8
nmap \
9
&& apt-get clean
10
README.md
@@ -100,7 +100,7 @@ bg # Go back to msfconsole
100
101
From kali terminal:
102
```bash
103
-less -r out.txt # Open linpeas file
+less -r out.txt # Open linpeas file, search for /irc in the file
104
```
105
106
Go back to the session:
0 commit comments