NNTP es una parte importante de la internet descentralizada, un protocolo nativo (poco a poco voy a ir actulizando esto), la idea es:
Para poder usar Usenet hay que registrar una cuenta en algun nodo de usernet/nntp, para este ejemplo vamos a usar Eternal September, es solo para grupos de texto, y es gratis.
http://www.eternal-september.org/RegisterNewsAccount.php?language=en
Para instalar el cliente de nntp/usenet slrn [ De momento el paquete slrn no esta actualizado por lo que recomiendo usar slrn-git ] ejecutamos:
paru -S aur/slrn-git
export NNTPSERVER='snews://news.eternal-september.org'
set username "desired_username"
set hostname "desired_hostname"
set replyto "some_name <email@example.com>"
set force_authentication 1
Ejemplo:
% The "From:" header will be generated from the following three variables.
% With the example settings, it would read "John Doe <john@doe.com>"
set username "rek2"
set hostname "hispagatos.org"
set realname "rek2 hispagatos"
set force_authentication 0
% Set this if you want replies to your articles to go to a address different
% from the one in "From:".
set replyto "ReK2 <rek2@hispagatos.org>"
% What to put into the "Organization:" header line.
set organization "Hispagatos"
slrn -f ~/.jnewsrc --create
charset display utf8
charset outgoing utf8
slrn
Los grupos deberan añadirse a ~/.jnewsrc
alt.2600:
alt.2600.hackers:
alt.2600.hope:
alt.2600.hope.announce:
alt.comp.linux:
alt.comp.os.linux:
alt.linux:
alt.anonymous:
alt.os.linux:
alt.os.linux.gentoo:
comp.lang.c:
es.comp.os.linux.misc:
es.comp.os.linux.programacion:
es.comp.os.linux.redes:
comp.infosystems.gemini:
comp.infosystems.gopher:
set scorefile "News/Score" % <- esta
setkey article create_score "K" % Create a scorefile entry
~ ▓▒░ cat News/Score ░▒▓ ✔ at 04:05:39
core Settings ReK2%%
% : Logical AND ie all tests must be passed (Conjunction)
% :: Logical OR ie any of the tests are passed (Disjunction)
% ~ Logical NOT ie an exception from the score rule (Negation)
% = Stop score processing and award the score if the test is passed
% * Wild card character
Score:: =-9999 % Subjects que yo he visto que son spam
Subject: Snowflake
Subject: 🏳️🌈wow🏳️🌈
Score: =-9999 % Adios a google groups de mierda
Message-ID: googlegroups
Score: =-9999 % spamer
From: moaulanui@hotmail\.co\.nz
Score: =-9999 % spamer
From: nobody@dizum\.com
Score: =-9999 % spamer
From: anon@anon\.com
Score: =-9999 % spamer
From: nobody@remailer\.paranoici\.org
Score: =-9999 % spamer
From: stermen975@gmail\.com
commit fbc436cd0ae6de3ae2f1f54f32f440cc4b7963f4 Author: rek2 <rek2@hispagatos.org> Date: 2023-03-19T19:36:00+01:00 add peda alike call on radare2