dnstrace


Namednstrace JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryDnsTrace is a tool that identifies DNS queries made by processes on the host.
upload_time2024-10-01 22:57:46
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords dns ebpf bpf trace
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DnsTrace
DnsTrace is a tool that identifies DNS queries made by processes on the host.
![Demo](assets/demo.gif)

## Installation
Before installing DnsTrace, you need to install BCC (BPF Compiler Collection) as it is a
dependency for the project. You can find installation instructions [here](https://github.com/iovisor/bcc/blob/master/INSTALL.md).

After installing BCC, you can install DnsTrace using the following command:
```sh
pipx install dnstrace
```

## Running
```sh
sudo dnstrace
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dnstrace",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "dns, ebpf, bpf, trace",
    "author": null,
    "author_email": "Furkan Onder <furkanonder@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b8/18/8fee0f246afdfb2138763ddf322430b4c59cb6e2aa11cffba04acb14f654/dnstrace-0.1.0.tar.gz",
    "platform": null,
    "description": "# DnsTrace\nDnsTrace is a tool that identifies DNS queries made by processes on the host.\n![Demo](assets/demo.gif)\n\n## Installation\nBefore installing DnsTrace, you need to install BCC (BPF Compiler Collection) as it is a\ndependency for the project. You can find installation instructions [here](https://github.com/iovisor/bcc/blob/master/INSTALL.md).\n\nAfter installing BCC, you can install DnsTrace using the following command:\n```sh\npipx install dnstrace\n```\n\n## Running\n```sh\nsudo dnstrace\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "DnsTrace is a tool that identifies DNS queries made by processes on the host.",
    "version": "0.1.0",
    "project_urls": {
        "Bug Reports": "https://github.com/furkanonder/dnstrace/issues",
        "Homepage": "https://github.com/furkanonder/dnstrace",
        "Source": "https://github.com/furkanonder/dnstrace"
    },
    "split_keywords": [
        "dns",
        " ebpf",
        " bpf",
        " trace"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89853c7ee65fc6d10e0f299f35c2efca2208b921ad07430b0b0ec510899350d4",
                "md5": "927d4fc3f93d8b144f13b1027d747f52",
                "sha256": "a46de00418536c2e7ec2f0572b9a4f24b786454c7a19e5ff876b82c3310f1a95"
            },
            "downloads": -1,
            "filename": "dnstrace-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "927d4fc3f93d8b144f13b1027d747f52",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7216,
            "upload_time": "2024-10-01T22:57:45",
            "upload_time_iso_8601": "2024-10-01T22:57:45.143667Z",
            "url": "https://files.pythonhosted.org/packages/89/85/3c7ee65fc6d10e0f299f35c2efca2208b921ad07430b0b0ec510899350d4/dnstrace-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8188fee0f246afdfb2138763ddf322430b4c59cb6e2aa11cffba04acb14f654",
                "md5": "f6e55c46c2cfc6a0956d7c1fd9b5d916",
                "sha256": "aa19597da2e31832c4f72bbef1ea5d6abeee55e6ce6e92996589808d9a832718"
            },
            "downloads": -1,
            "filename": "dnstrace-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f6e55c46c2cfc6a0956d7c1fd9b5d916",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6821,
            "upload_time": "2024-10-01T22:57:46",
            "upload_time_iso_8601": "2024-10-01T22:57:46.343350Z",
            "url": "https://files.pythonhosted.org/packages/b8/18/8fee0f246afdfb2138763ddf322430b4c59cb6e2aa11cffba04acb14f654/dnstrace-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-01 22:57:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "furkanonder",
    "github_project": "dnstrace",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dnstrace"
}
        
Elapsed time: 3.02816s