Can I rename a Java keystore file through Windows/Eclipse without having to regenerate it?

We’re rebranding our product and as a part of that we need to rename a keystore used by Java for secure XMLRPC connections between our components from OLDBRANDNAME_keystore to NEWBRANDNAME_keystore. Can we safely do this simply by renaming… Continue reading Can I rename a Java keystore file through Windows/Eclipse without having to regenerate it?

How do I verify the supported ciphersuites of a TLS server that only accepts POST requests?

I’m currently trying to get a bidirectional TLS 1.2 connection working between 2 local Karaf-based XMLRPC servers that by design only accept POST requests. The environment is Windows 10 and both XMLRPC servers are running in the same JDK: … Continue reading How do I verify the supported ciphersuites of a TLS server that only accepts POST requests?

Metasploit. Is always replacing domain names with resolved ips on RHOST/RHOSTS?

There is a website which I want to audit. That site must have a concrete Virtualhost configuration because if you access to it using the domain name the website is shown, but if you use the ip address the website is not shown… Continue reading Metasploit. Is always replacing domain names with resolved ips on RHOST/RHOSTS?