Groups | Search | Server Info | Login | Register
Groups > rocksolid.shared.tor > #100
| From | Anonymous <poster@anon.com> |
|---|---|
| Newsgroups | rocksolid.shared.tor |
| Subject | None |
| Date | 2021-04-18 04:51 -0700 |
| Organization | rocksolid2 (novabbs.org) |
| Message-ID | <to.522.1j2olw@anon.com> (permalink) |
| References | <to.482.199atu@anon.com> |
>>23e71008f4848d7f0c
>pull the title from each site and add it to the file.
yes, i had something similar in place (link analysis)-
> Is this something easy to do when making the list in the first place, or is doing it after the first run better?
i would say it is slightly faster to do it right away, but it is easy enough to do after as well.
The easiest is probably to get the page source and then parse it with regular expressions. Like this:
lynx -source http://kyue3hfjhqxj3df4hox46itdyz7euah457ldtg4d23evfggumxw4rkid.onion/u/ | gawk -v IGNORECASE=1 -v RS='</title' 'RT{gsub(/.*<title[^>]*>/,"");print;exit}'
--
Posted on def2
Back to rocksolid.shared.tor | Previous | Next — Previous in thread | Find similar
Very good research on detection of hidden services Anonymous <poster@anon.com> - 2021-03-29 09:19 -0700
Re: Very good research on detection of hidden services Retro Guy <retroguy@novabbs.com> - 2021-03-29 22:42 -0700
Re: Very good research on detection of hidden services Anonymous <poster@anon.com> - 2021-04-03 06:30 -0700
Re: Very good research on detection of hidden services Anonymous <poster@anon.com> - 2021-04-04 08:57 -0700
Re: Very good research on detection of hidden services Anonymous <poster@anon.com> - 2021-04-04 09:01 -0700
Re: Very good research on detection of hidden services Anonymous <poster@anon.com> - 2021-04-04 13:44 -0700
Re: Very good research on detection of hidden services Retro Guy <retroguy@novabbs.com> - 2021-04-04 23:54 -0700
Re: Very good research on detection of hidden services Anonymous <poster@anon.com> - 2021-04-05 03:52 -0700
Re: Very good research on detection of hidden services Anonymous <poster@anon.com> - 2021-04-05 08:12 -0700
Re: Very good research on detection of hidden services Anonymous <poster@anon.com> - 2021-04-06 13:28 -0700
Final stats and address list Anonymous <poster@anon.com> - 2021-04-17 12:22 -0700
Re: Final stats and address list Anonymous@news.novabbs.org (Anonymous) - 2021-04-18 00:52 +0000
None Anonymous <poster@anon.com> - 2021-04-18 04:51 -0700
csiph-web