Radoslav Bodó

Results 16 comments of Radoslav Bodó

btw turns out that it should partialy solve https://github.com/savon-noir/python-libnmap/issues/103 . it does not honor requested xml dtd, but it's backward compatible with current api

from `cat /proc/cpuinfo` seeks for cpu specification line (`ebp - local_10h` holds `strtok()` return value) ``` .--------------------------------------------------------------------. | | | | 0x804d987 ;[f] | | | | | mov dword...

+1, happened to me as well (but I've managed to implement workaround)

cracking can be emulated by supplying crafted hex wordlist from stdin with hash type 1700

same here * `Linux xxx 5.10.0-24-amd64 #1 SMP Debian 5.10.179-5 (2023-08-08) x86_64 GNU/Linux` * python 3.9.2 * pyroute 0.6.13 workaround seem to work

duplicate of https://github.com/juliotrigo/sqlalchemy-filters/pull/63 . The #63 patch looks cleaner since it removes all `None` elements

Hi @YSaxon, thank you for your contribution. I'm just wondering if it's a good idea to bring in `pickle` which is kind of very python specific binary serialization (webauthn itself...

> @bodik Good point. I've updated it to use CBOR for byte-serialization instead excelent, thank you

@YSaxon I've made some changes and squashes. would you review the current PR please ?