Skip to content

Commit 297ca25

Browse files
committed
fix IPs
1 parent a63c947 commit 297ca25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/modules/auxiliary/scanner/gopher/gopher_gophermap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ The following table contains the file types associated with the characters:
7676

7777
```
7878
msf > use auxiliary/scanner/gopher/gopher_gophermap
79-
msf auxiliary(gopher_gophermap) > set rhosts 192.168.2.137
80-
rhosts => 192.168.2.137
79+
msf auxiliary(gopher_gophermap) > set rhosts 1.1.1.1
80+
rhosts => 1.1.1.1
8181
msf auxiliary(gopher_gophermap) > set verbose true
8282
verbose => true
8383
msf auxiliary(gopher_gophermap) > run

0 commit comments

Comments
 (0)