> For the complete documentation index, see [llms.txt](https://ed4m4s.blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed4m4s.blog/master-1/oracle-enum.md).

# Oracle Enum

```
tnscmd10g version -h INSERTIPADDRESS
tnscmd10g status -h INSERTIPADDRESS
```

### Discover Oracle Accounts with NMAP

```
nmap --script oracle-sid-brute 10.10.10.10
namp --script oracle-brute -p 1521 --script-args oracle-brute.sid=XE 10.10.10.10
```
