What's new

query NNTP strings

wisenetcat

New Around Here
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 :)
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top