Switch to full style
Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems
Post a reply

query NNTP strings

Sep 10 19 10:37 am

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 :)
Post a reply