Shadow passwords on the shell - binbash23/p GitHub Wiki
If you use the pshell in an unsafe environment, you can shadow the passwords with the "shadowpasswords" command. You can set it to ON or OFF:
[p.db] pshell> help shadowpasswords
COMMAND
shadowpasswords
SYNOPSIS
shadowpasswords [on|off]
DESCRIPTION
Set shadow passwords to on or off in console output or show current shadow
status.
This is useful if you are not alone watching the output of this program on
the monitor.
When passwords are shadowed they will not be printed anymore on the console:
[p.db] pshell> sha on
[p.db] pshell> /email
Searching for *email* in 1 accounts:
UUID : 35e92e97-a296-4f7b-ae49-ad33b4a1f1c3
Name : email account
URL :
Loginname : peter
Password : ********
Type : Email
Connectortype :
Found 1 result.
Note: You can shorten the command "shadowpasswords on" to "sha on"
To use passwords in a shadowed environment, just copy it to the clipboard ("sc" command) and paste it into a website or any other target where you need it:
[p.db] pshell> sc email
Account : email account
Clipboard : Password
Now the password from the peter account is in the clipboard, ready to be pasted anywhere.