ensure that the $2a$ / $1$ password issue in sfdc-ftpaccess.jar cannot recur
Author Archives: Allan Clark
Revision 467 – Added SFDC Password-winch
added sfdc-ftpaccess.jar, a basic jar that pulls SFDC Info as FTP user/pass plaintext
Revision 461
expanded metrics for unique values when reporting; added AdviceReporter to summarize towards centralized advice; ChainReporter added to fork data to multiple reporters
Revision 453
training documentation burned into vidt
Revision 450 – bnapsql Improvements
Revision 450 improves the BNAPSQL Client which was also improved in revision 350 inflight-changes; the big news is that both data repositories in BNA are queried for nicknames.
This means that both the McData-ish nickname/label content, plus the fabrics loaded from switches or sent back to switches, are both collected in a single –nickname=bnapsql:// command.
Revision 449
basic BNA modern parser functional
Revision 446
better handling of missing filters: fallback to ProbePacks_v1 filters where available
Revision 445
better handling of password field of URL Auth/Cred info
Revision 442
Added the basic build of a Brocade Physical Port label to make it easier to find the switchport involved
Revision 424 – Dump Current Detected VMs
In revision 424, similar to 423 wherein I added the ability to dump out detected ESXs, I added the ability to dump out the virtualserver table as vm.csv or vm.xml. The outputs are self-documenting in #comments in the CSV, or as XML self-documents already. Note that the XML has no whitespace, so “xmllint -format vm.xml
” is your friend.
For example:
(typically running locally: the MySQL is configured to only accept local connections)
java -jar vict.jar -D vm.csv
or
java -jar vict.jar -D vm.xml
…and in long-options too:
java -jar vict.jar --dump-config vm.xml
…but since the JRE is typically hidden below the VirtualWisdom directory, use vict.bat:
VICT.BAT -D vm.xml