• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

query NNTP strings

Status
Not open for further replies.

wisenetcat

Member
User
Joined
Aug 31, 2019
Messages
6
Reputation
0
Reaction score
0
Points
1
Credits
0
‎5 Years of Service‎
60%
Hi, I have a log from a newsgroup NNTP header from a newsgroup message
containing 3 string/numbers which I would like to further investigate

Xref: news.newsserver.net newsgroupname:<NUMBER>
Injection-Info:logging-data="<NUMBER>"
AND
Message-ID: <STRING>@subnewsserver.newsserver.net

is there a tool/script/program to query remote NNTP server
subnewsserver.newsserver.net / newsserver.net with those <NUMBER>/<STRING>
that would return more info ?

NOTE:
in order to abride "Disallowed and unacceptable posts." rules I'v replaced
<NUMBER> replacing a 5 digit decimal number     regex: /[0-9]{5}/
<STRING> replacing a 13 character string    regex: /[a-z0-9\$]{13}/
newsserver replacing news server name
subnewsserver replacing sub news server name
newsgroupname replacing news group name name

thank's in advance 🙂
 

 
Status
Not open for further replies.
Back
Top