Skip to content

Commit d9f011b

Browse files
committed
chore: add lib
1 parent 44a09a1 commit d9f011b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM kalilinux/kali-rolling
44
RUN apt-get update && apt-get install -y \
55
metasploit-framework \
66
net-tools \
7+
netcat-traditional \
78
nmap \
89
&& apt-get clean
910

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ bg # Go back to msfconsole
100100

101101
From kali terminal:
102102
```bash
103-
less -r out.txt # Open linpeas file
103+
less -r out.txt # Open linpeas file, search for /irc in the file
104104
```
105105

106106
Go back to the session:

0 commit comments

Comments
 (0)