Metadata-Version: 2.4
Name: sosiska
Version: 0.2
Summary: DNS downloader
Home-page: https://github.com/bitrate16/sosiska
Author: bitrate16
Author-email: bitrate16@gmail.com
License: GNU Affero General Public License v3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tqdm
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# sosiska 🌭 - DNS downloader

Ever wanted to download DNS? Now you can

# Why it is called so?

Because I need to go touch some grass.

# Install

```bash
pip install sosiska
```

# How to use

This will blow up your DNS server

```bash
python -m sosiska --subnet '0.0.0.0/0' --batch_size 64 --threads 64 --database dns.db
```

It iterates through subnet, collects domain names using PTR request and writes into sqlite database with startup timestamp

# LICENSE

```
sosiska - DNS downloader
Copyright (C) 2025  bitrate16 (bitrate16@gmail.com)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.
```
