web exploit

This commit is contained in:
bt3gl 2014-11-19 15:55:54 -05:00
parent a0c026ca27
commit 662953c17a
17 changed files with 201 additions and 119 deletions

View file

@ -205,8 +205,24 @@ $ xxd -r -p <<< 2f722f6e6574736563
Example: http://017700000001 --> 127.0.0.1
## OpenSSL, Encoding and Certificates
* Identification and verification of SSL certificates can be done with openssl or
TLSSLed tools. They allow us to verify this information automatically SSL.
To determine the period of validity of licenses:
```
$ ./openssl s_client --connect <WEBSITE>:443
```
Testing SSLv2:
```
$ ./openssl s_client --no_tls1 --no_ssl3 --connect <WEBSITE>:443
```
* For Identification and verification of encoding supported by the Website we can use **EcoScan34**.