GitBook: [master] one page modified

This commit is contained in:
CPol 2020-09-30 11:34:33 +00:00 committed by gitbook-bot
parent 2f2ad70b06
commit 2ce6a1db1c
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -30,6 +30,7 @@ Tools that can be used for this are: nmap, MSF and [tnscmd10g](http://dokfleed.n
```bash
nmap --script "oracle-tns-version" -p 1521 -T4 -sV <IP>
msf> use auxiliary/scanner/oracle/tnslsnr_version
#apt install tnscmd10g
tnscmd10g version -p 1521 -h <IP>
```