@cks

Early results are not promising. I've had a handful of HEAD requests in the past day. Only 2 appear legitimate, in that they hit genuine page URLs. The others were attempts to exploit WordPress vulnerabilities.

#HTTP #httpd #GoogleBot #djbwares #WordPress

@cks

It makes me think that there's one well-behaved 'bot drowned in a sea of ill-behaved ones.

I'm just instrumenting #djbwares httpd to log GET and HEAD differently. I wonder what I'll see.

#HTTP #httpd #GoogleBot

At least one attacker who queries IDENT servers is using the ports straight out of the example in Wikipedia.

#IDENT #Wikipedia #djbwares

@ska @zwol

A truly universally portable #clockspeed is probably impossible. It has only recently become more than amd64-only. (AFAIAA, I'm the only one who has done the work to add another ISA.) Even then, it makes specific assumptions about the processor that aren't necessarily true (and which are called out in the manual, q.v.).

http://jdebp.info/Softwares/djbwares/guide/commands/clockspeed.xml

#djbwares

I turned on an #IDENT service the day before I sent #djbwares 12 out, and there have actually been several IDENT requests since then. People are, it seems, mad enough to trust "I am root." in 2025.

@ska

I wrote an IDENTD for OS/2 around the turn of the century.

I added one to #djbwares just recently to see what of this old stuff is even hit any more. IDENT was barely in use back then.

It's surprising to see that a GOPHER sever is (a) quickly jumped on when set up, (b) regularly mis-treated as speaking HTTP or SIP; whereas at the same time there are WWW robots that do not even recognize gopher: as a URL schema, and treat it as a relative URL.

#OS2 #GOPHER #IDENT

@ska

I was amused to see that you actually had a thorough IDENT client, that checked for errors; instead of Bernstein's one that just counts the colons and assumes success.

Not that anyone with xyr head screwed on should be using IDENT for authentication.

http://jdebp.info/Softwares/djbwares/guide/commands/identd.xml

I suppose that I should give this tool the motto "I am root.". (-:

#s6networking #s6 #djbwares #ucspitcp #GuardiansOfTheGalaxy #IDENT

#djbwares 12 is out.

Not much new except for a fix for that C linkage bug, a bunch of code now taking void* instead of char*, and a new very trivial identd.

#djbwares 12 is currently facing down Internet.

I might have to release #djbwares 12 hot on the heels of 11.

Bloody C.

#StandardC