Skip to content

Commit 498d052

Browse files
authored
fix readme
1 parent a2b3e85 commit 498d052

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pysqlrecon [GLOBAL_OPTS] COMMAND [COMMAND_OPTS]
5555

5656
View global options:
5757
```
58-
pysqlreocn --help
58+
pysqlrecon --help
5959
```
6060

6161
View command specific options:
@@ -69,8 +69,7 @@ Target execution of a PySQLRecon command on a linked server (instead of the SQL
6969

7070
Impersonate a user account while running a PySQLRecon command with the `--impersonate` flag.
7171

72-
`--link` and `--impersonate` and not compatible when used together.
73-
72+
`--link` and `--impersonate` and incompatible.
7473

7574
## Development
7675
pysqlrecon uses Poetry to manage dependencies. Install from source and setup for development with:
@@ -84,6 +83,10 @@ poetry run pysqlrecon --help
8483
### Adding a Command
8584
PySQLRecon is easily extensible - see the template and instructions in [resources](resources/command_template/)
8685

86+
### TODO
87+
- [ ] Add SQLRecon SCCM commands
88+
- [ ] Add Azure SQL DB support?
89+
8790
## References and Credits
8891
- [Impacket](https://github.com/fortra/impacket)
8992
- [@sanjivkawa](https://twitter.com/sanjivkawa) for the [SQLRecon](https://github.com/skahwah/SQLRecon) project

0 commit comments

Comments
 (0)