drupwn icon indicating copy to clipboard operation
drupwn copied to clipboard

Fix AttributeError while detecting version

Open dpedu opened this issue 5 years ago • 1 comments

This is #33, rebased per @immunIT's request.

dpedu avatar May 11 '19 00:05 dpedu

Hi @dpedu,

I reviewed your pull request and when tested, it triggered the following error (cf. The image attached).

drupwn

Fix (Fingerprinter.py line 26)

config["version"] = float(version.group(0)) by config["version"] = float(matched.group(0))

By the same token would you mind rebase your branch on the official repository ? Some changes have been applied recently.

Thanks again for your support. Best,

immunIT avatar Jun 03 '19 08:06 immunIT