sosiska


Namesosiska JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://github.com/bitrate16/sosiska
SummaryDNS downloader
upload_time2025-08-31 14:40:00
maintainerNone
docs_urlNone
authorbitrate16
requires_pythonNone
licenseGNU Affero General Public License v3
keywords
VCS
bugtrack_url
requirements tqdm
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/>.
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bitrate16/sosiska",
    "name": "sosiska",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "bitrate16",
    "author_email": "bitrate16@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ff/02/ae6fe0530c25f3897dc25ae459630e32e4796e60d9f4acdaaa9690a1f8d9/sosiska-0.2.tar.gz",
    "platform": null,
    "description": "# sosiska \ud83c\udf2d - DNS downloader\n\nEver wanted to download DNS? Now you can\n\n# Why it is called so?\n\nBecause I need to go touch some grass.\n\n# Install\n\n```bash\npip install sosiska\n```\n\n# How to use\n\nThis will blow up your DNS server\n\n```bash\npython -m sosiska --subnet '0.0.0.0/0' --batch_size 64 --threads 64 --database dns.db\n```\n\nIt iterates through subnet, collects domain names using PTR request and writes into sqlite database with startup timestamp\n\n# LICENSE\n\n```\nsosiska - DNS downloader\nCopyright (C) 2025  bitrate16 (bitrate16@gmail.com)\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program.  If not, see <https://www.gnu.org/licenses/>.\n```\n",
    "bugtrack_url": null,
    "license": "GNU Affero General Public License v3",
    "summary": "DNS downloader",
    "version": "0.2",
    "project_urls": {
        "Homepage": "https://github.com/bitrate16/sosiska"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ff02ae6fe0530c25f3897dc25ae459630e32e4796e60d9f4acdaaa9690a1f8d9",
                "md5": "f6f3aa5ed160bbf32eda1428778a8269",
                "sha256": "d535bcd1b9d02d822de5487556994a264631fdf83b1f2cd901a9d23cc296a93d"
            },
            "downloads": -1,
            "filename": "sosiska-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f6f3aa5ed160bbf32eda1428778a8269",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15204,
            "upload_time": "2025-08-31T14:40:00",
            "upload_time_iso_8601": "2025-08-31T14:40:00.660221Z",
            "url": "https://files.pythonhosted.org/packages/ff/02/ae6fe0530c25f3897dc25ae459630e32e4796e60d9f4acdaaa9690a1f8d9/sosiska-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-31 14:40:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bitrate16",
    "github_project": "sosiska",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "tqdm",
            "specs": []
        }
    ],
    "lcname": "sosiska"
}
        
Elapsed time: 0.60360s