Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 811 Bytes

securitycenter.md

File metadata and controls

27 lines (22 loc) · 811 Bytes

Tenable.SC (SecurityCenter)

Get new plugins: https://patches.csd.disa.mil

Reset admin password to "password"

## Versions 5.10 and earlier:
/opt/sc/support/bin/sqlite3 /opt/sc/application.db "update userauth set password = 'bbd29bd33eb161d738536b59e37db31e' where username='admin';"

## Versions 5.11 and later:
/opt/sc/support/bin/sqlite3 /opt/sc/application.db "update userauth set password = 'bbd29bd33eb161d738536b59e37db31e', salt = '',hashtype = 1 where username='admin';"

# Password hash for easier reading:
bbd2
9bd3
3eb1
61d7
3853
6b59
e37d
b31e

List users:

# /opt/sc/support/bin/sqlite3 /opt/sc/application.db "select * from UserAuth"