-
Hi @roddhjav ,
I wanted to say that pass audit is a great extension to pass.
Im not sure if you review these issues or if this is even an appropriate question but i thought I would ask anyway.
…
-
I think the totalPasswords integer is calculated wrongly. Its currently calculated as
`// Get total passwords by dividing by SHA length + 2 - 1`
`int totalPasswords = (bytes / 42) - 1;`
Makes …
-
I'm repeatedly getting the following errors running the downloader:
```
Process Process-11:
Traceback (most recent call last):
File "/home/dam/.virtualenvs/pwneddb/lib/python3.11/site-packages/a…
-
https://gadgets.ndtv.com/apps/news/freshmenu-data-breach-2016-food-delivery-app-hibp-haveibeenpwned-user-details-leaked-1914716
-
I have my own domain name, so anything@.com goes to me, and I use a different name on each website.
It would be great if Monitor could handle these.
HIBP already does it: https://haveibeenpwned.co…
-
Hi,
I'm maintainer of [dragonbe/hibp](https://packagist.org/packages/dragonbe/hibp), a composer package to validate passwords against the [Have I been pwned?](https://www.haveibeenpwned.com) API se…
-
I am new to recon-ng and while currently installing modules, I am facing an issue for which I can not find any possible fix.
**Bug/Issue recreation steps:**
1. Running recon-ng from Kali terminal
…
-
I am working with multiple domains, and doing something like this:
``` powershell
foreach($DC in $DCs){
$accounts += Get-ADReplAccount -All -Server $DC
}
$accounts | Test-PasswordQuality -W…
-
On page https://carlwoodhouse.github.io/jquery.hibp.validate/ Validate button does nothing
-
I tried to implement the HIBP rule, but when I use this rule (pwned:300) and I try to use this password (password) then it does not give me an error. Can you help me?