File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ pysqlrecon [GLOBAL_OPTS] COMMAND [COMMAND_OPTS]
5555
5656View global options:
5757```
58- pysqlreocn --help
58+ pysqlrecon --help
5959```
6060
6161View command specific options:
@@ -69,8 +69,7 @@ Target execution of a PySQLRecon command on a linked server (instead of the SQL
6969
7070Impersonate 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
7675pysqlrecon 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
8584PySQLRecon 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
You can’t perform that action at this time.
0 commit comments