-
try.php
```php
try {
//Server settings
$mail->SMTPDebug = SMTP::DEBUG_SERVER;
$mail->isSMTP();
$mail->Host = 'mail.rawmail.nl';
$mail->SMTPAuth = true;
$mail->U…
-
I am using the code below for heartbleed attack but I am not getting the expected results. Is there something that I am missing?
```python
import scapy
from scapy.layers.ssl_tls import *
import …
-
When the `-n` flag is used, the output has errors (stray `%s` format strings, coloured words repeated a few times, etc).
As an example, running:
wiki -n libressl
Results in the following …
-
I'm following the heartbleed tutorial and while clusterfuzz does manage to find a couple bugs as expected, my bot stops fuzzing.
Is there some configuration to tell clusterfuzz to continue fuzzing …
-
Ref: https://github.com/pyca/cryptography/pull/4130
-
### Shadowsocks version / 影梭版本
### Environment (Operating system, .NET Framework, etc) / 使用环境(操作系统,.NET Framework等)
### Steps you have tried / 操作步骤
### What did you expect to see? /…
-
Folgender Output bei einem HEARTBLEED-Test:
```json
{
"name": "HEARTBLEED_VULNERABLE",
"hasError": true,
"errorMessage": null,
"score": 100,
"scoreType": "success",
"testDe…
-
Hey, on recommendation from a buddy, I've given ZeroNet a go, and am running into a problem with first launch.
I'm on Ubuntu 15.04, and I've followed the instructions for a debian install.
- sudo apt…
-
As I wrote in cccc/plugin.video.media-ccc-de#8, currently there is not enough data to make an automated decision on which recording to select in which situation. Looking at the "download" tab of my pr…
TobiX updated
5 years ago
-
i am missing some feature like "hosts_allow" to restrict which host can open a tcp session to the icinga2 daemons listener port.
since icinga is implementing openssl/libssl shared lib, we should ha…