This website requires JavaScript.
Explore
Help
Register
Sign In
swisskyrepo
/
NetExec
mirror of
https://github.com/swisskyrepo/NetExec.git
Watch
1
Star
0
Fork
You've already forked NetExec
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d3a7effb86
NetExec
/
cme
/
protocols
/
ssh
/
db_navigator.py
6 lines
87 B
Python
Raw
Normal View
History
Unescape
Escape
Refactored Database Menu code - Fixed some MSSQL DB interaction bugs - Made MSSQL DB schema more consistent - cmedb output now gets formatted using terminaltables (so perty) - Made everything a bit more PEP8 compliant
2017-11-02 09:43:08 +00:00
from
cme
.
cmedb
import
DatabaseNavigator
Takes care of issue #190 and #191, initial SSH protocol implementation - Passing --ntds will automatically use the drsuapi method (DCSync) - Initial implementation of the SSH protocol and the mimipenguin module (This is very much still not finished, lots of stuff missing) - Added check to make sure existing config file is in the 4.x format - Added splinter and paramiko to dep requirements - Updated Impacket to latest commit - HTTP protocol now also returns server version in output
2017-07-10 05:44:58 +00:00
Refactored Database Menu code - Fixed some MSSQL DB interaction bugs - Made MSSQL DB schema more consistent - cmedb output now gets formatted using terminaltables (so perty) - Made everything a bit more PEP8 compliant
2017-11-02 09:43:08 +00:00
class
navigator
(
DatabaseNavigator
)
:
pass