mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
2f2ad70b06
commit
2ce6a1db1c
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue