Re: trying to parse lines from an awkwardly formatted HAR file ...

2024-03-23 Thread Albretch Mueller
> Archive.org has a well-documented API at > https://archive.org/developers/. There's even a command-line tool > (assuming one doesn't want to use, say, the python library). I had given a somewhat thorough reading to their API some time ago, but didn’t find anything that interesting and I was thin

Re: trying to parse lines from an awkwardly formatted HAR file ...

2024-03-23 Thread Greg Wooledge
On Sat, Mar 23, 2024 at 02:05:06PM -0500, Albretch Mueller wrote: > Actually, in order to deX-Y it in case anyone can offer any help, it > is more like "I want an index of all the books which have ever been > written/published" in order to read all of them ;-) First of all, you will not achieve th

Re: trying to parse lines from an awkwardly formatted HAR file ...

2024-03-23 Thread Albretch Mueller
Greg Wooledge via lists.debian.org >Furthermore, whatever method you are using to *create* this HAR file >is questionable, since apparently you aren't even getting a properly >formatted file in the end. >So, putting these together, it looks like you are taking a file that >was intended to be

Re: How does the 64bits time_t transition work?

2024-03-23 Thread Jeffrey Walton
On Wed, Mar 20, 2024 at 4:23 AM Brad Rogers wrote: > > On Wed, 20 Mar 2024 08:22:16 +0100 > Detlef Vollmann wrote: > > >Is there a description anywhere how the 64bit time transition works? > > I'm far from an expert, but from what I've read, this transition is > *huge*. Possibly the largest that

Re: trying to parse lines from an awkwardly formatted HAR file ...

2024-03-23 Thread Darac Marjal
On 23/03/2024 16:34, Greg Wooledge wrote: On Sat, Mar 23, 2024 at 11:55:04AM -0400, Greg Wooledge wrote: On Sat, Mar 23, 2024 at 09:54:05AM -0500, Albretch Mueller wrote: 1) That HAR file is not properly formatted. Instead of "attribute":value pairs in the standard way, they have used front

Re: trying to parse lines from an awkwardly formatted HAR file ...

2024-03-23 Thread Greg Wooledge
On Sat, Mar 23, 2024 at 11:55:04AM -0400, Greg Wooledge wrote: > On Sat, Mar 23, 2024 at 09:54:05AM -0500, Albretch Mueller wrote: > > 1) That HAR file is not properly formatted. Instead of > > "attribute":value pairs in the standard way, they have used front > > slash + quote pairs (instead of ju

Re: trying to parse lines from an awkwardly formatted HAR file ...

2024-03-23 Thread Greg Wooledge
On Sat, Mar 23, 2024 at 09:54:05AM -0500, Albretch Mueller wrote: > a) using a chromium-derived browser, which can be used to dump the > HAR file log of the network back and forth, go, e. g.: > https://en.wikipedia.org/wiki/Anaxagoras > b) click on the link that says: "Works by or about Anaxago

Re: trying to parse lines from an awkwardly formatted HAR file ...

2024-03-23 Thread Albretch Mueller
>On Sat, Mar 23, 2024 at 1:44 AM wrote: >> On Sat, Mar 23, 2024 at 12:53:24AM -0500, Albretch Mueller wrote: >> out of a HAR file containing lots of obfuscating js cr@p and all kinds of >> nonsense I was able to extract line looking like: >It's not "js cr@p", It is called JSON. And there's a spec

Re: trying to parse lines from an awkwardly formatted HAR file ...

2024-03-23 Thread David Christensen
On 3/22/24 22:53, Albretch Mueller wrote: out of a HAR file containing lots of obfuscating js cr@p and all kinds of nonsense I was able to extract line looking like: var00='{\"index\":\"prod-h-006\",\"fields\":{\"identifier\":\"bub_gb_O2EAMAAJ\",\"title\":\"Die Wissenschaft vom subjectiven G

Re: Root password strength

2024-03-23 Thread Michael Kjörling
On 22 Mar 2024 20:01 -0400, from ler...@gmail.com (Lee): > The IPv4 address space is only 32 bits long. Scanning 2^32 = about > 4,000,000,000 addresses for an open port is easily doable. > The IPv6 address space is a bit harder... Let's just say that 7/8th > of the IPv6 address space is reserved[

Re: Root password strength

2024-03-23 Thread Michael Kjörling
On 22 Mar 2024 17:26 +0500, from avbe...@gmail.com (Alexander V. Makartsev): >     This is because of how IPv4 network address translation (NAT) works, to > allow multiple LAN hosts to connect to Internet with single IP address > assigned by Internet Service Provider (ISP). A NAT router might also

Re: trying to parse lines from an awkwardly formatted HAR file ...

2024-03-23 Thread mgr...@grant.org
Here's a hint at a start of what you need to do, it should be pretty easy to extend this, if it's unclear, let me know: for starters, run your "gunk" into jq like this: $ echo {\"index\":\"prod-h-006\",\"fields\":{\"identifier\":\"bub_gb_O2EAMAAJ\",\"title\":\"Die Wissenschaft vom subject