Noman | نعمان | नोमान

Results 17 comments of Noman | نعمان | नोमान

Hi @5amu, wappalyzer code is heavily documented you can easily refer to this https://github.com/AliasIO/wappalyzer/tree/master/src/drivers/npm to get started with a node binary in your system, if you don't want to use...

Just printed the exception object and this is the message. Indicating it can run only with python 3.8 only. ``` The indicated runtime 'lithops_v2-5-8_3i7d/sc-runtime' is running Python 3.8 and it...

Hi @Damian89, Just want to point out that you also need to make these changes in filters folder mainly in `words.go` and `lines.go` else `fl` and `fw` filters passed by...

Do correct me, But when you are sending `100000 requests` they will have very similar timestamps with barely difference of few mini seconds, Thus making this timestamp `FEATURE` useless as...

The difference maybe due to how its being calculated in ffuf vs burp https://github.com/ffuf/ffuf/blob/master/pkg/runner/simple.go#L169

Thanks it works. Though `Detector Type:` in the output should use the `name` defined in the yaml file instead of `CustomRegex`. ![image](https://user-images.githubusercontent.com/29960776/211718820-f4de76a8-849b-458d-a33e-0a9e061e948f.png)

Also, The recent surge is due to the recent change #1749 that added `pd` as keyword and since its so small/common its getting triggered more.

Also, I think we shouldn't add `ExtraData` as metadata in the cache as it mostly contains sensitive info extracted from valid responses. We just need to check if the given...

Even I was curious as to know when and how many times does this `if len(match) != 2` is equating to true. So I added a print statement for every...

With `strings` random characters get added along with the contents of the DB For example, the dump file for this test db is ``` PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; CREATE TABLE...