bcoles
bcoles
``` 27.793 FileManager(37:37): ASSERTION FAILED: has() ../.././AK/Variant.h:366 27.796 [#0 FileManager(37:37)]: Terminating FileManager(37) due to signal 6 27.805 [#0 FinalizerTask(4:4)]: Backtrace: 0xdeadc0de Kernel::Processor::switch_context(Kernel::Thread*&, Kernel::Thread*&) + 0x31e 0xdeadc0de Kernel::Scheduler::context_switch(Kernel::Thread*) [clone .localalias] +...
Do you have multiple versions of Ruby installed? Based on the output above, `addressable` was installed with `bundle install`, but it is not present in `gem list`. If you're using...
I like Travis CI and use it frequently. Unfortunately, the existing unit tests barely scratch the surface, and there's little point in expanding the these tests until WhatWeb is changed...
Ideally, `@headers` should probably store an `Array` of values for the specified header key when duplicate headers are present, rather than a flattened `String`. Duplicates values should be removed. Unfortunately,...
Fortunately, this would mean there would no longer be any reason to monkey-patch `Net::HTTP`, right?
As WhatWeb uses the `Net::HTTP` library, this would be easy to implement with the `socksify` gem, although this would obviously add a dependency. Unfortunately, WhatWeb monkey patches the HTTP lib...
https://github.com/mzet-/linux-exploit-suggester
> [...] add a line for fullname extraction regex/pattern. I suggest using an array of regexs, rather than a single regex string. It is common for profiles to display various...
Tested successfully on a couple of systems. Linux Mint 19.3 with sudo 1.8.21p2 : ``` test@linux-mint-19-3-amd64:~/Desktop/CVE-2019-18634$ id uid=1001(test) gid=1001(test) groups=1001(test) test@linux-mint-19-3-amd64:~/Desktop/CVE-2019-18634$ sudo -V Sudo version 1.8.21p2 Sudoers policy plugin version...
I don't know what you mean. Is this question about SpiderFoot? Are you writing a SpiderFoot module? What are you trying to do? Some modules use BeautifulSoup to parse HTML....