Luca Invernizzi

Results 27 comments of Luca Invernizzi

I'd be happy to fix this, but it requires a change in the library we use to talk with HipChat, [HypChat](https://github.com/RidersDiscountCom/HypChat/). Essentially, in hiplogging we send HipChat room notifications. The...

Hi Gabriel, I'm glad to hear that Scapy now supports HTTP! I fully agree with you, let's add a warning on installation. If you're up to it, I'll leave it...

Looking closer, it seems that your PR hasn't been merged yet. Let's wait until that happens.

On Mon, Jul 8, 2019, 07:27 Gabriel wrote: > Thanks for the reply ! > (Sorry, I didn't expect you to answer that quickly 😄) > The PR has been...

Hi Ian, at the moment, you should use the `Headers` dictionary if you want to overwrite headers. The other fields (e.g., `Host`) are a just a shorthand for accessing `Headers`....

Hi, I've made some changes so this line now works: ``` python pkt['HTTP Request'].fields['Host'] = 'club.4399xx.com' ``` ATM, you can change any field that was set in the original packet...

@fgalilee, do you have a github badge? That might be cool to have

There isn't much to test - arch packages are usually thin wrappers over the source code. Here's the code: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-magika ``` build() { cd "${srcdir}/magika-${pkgver}/python" python -m build --wheel --no-isolation...

We've published a version with commonJS support, and the library has been rewritten in Typescript as of yesterday. Our types should be bundled with the package. Please take a look...

Thanks for the quick check! Agreed on both points. 0.2.12 accepts Uint8Array and drops Buffer for non-Node magika.