spider-web


Namespider-web JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://codeberg.org/cap_jmk/spider-web.git
SummaryCLI for catching bugs on a computer system
upload_time2022-12-23 15:08:26
maintainer
docs_urlNone
authorJulian M. Kleber
requires_python>=3.9
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # spider-web

# Why

Automate netstat recording in defined intervals for analyzing machines

# What

It is a simple command-line application saving netstat output

# Usage

# Install 
## Production
The program can run on Windows and Linux. For the instructions see below. 

```bash
pip install spider-web
```
## Dev


```bash
git clone https://codeberg.org/cap_jmk/spider-web.git
```
## Linux

```bash 
bash install.sh
spider-web -o out_dir/
```


## Windows

Double click on `install.bat`. 

```bash
spider-web -o out_dir/
```

# Known problems

Weird behavior in Windows may intercept with reliable recording of the netstat command. However, it is better than nothing. Also, recording below the minute timescale seems challenging.

            

Raw data

            {
    "_id": null,
    "home_page": "https://codeberg.org/cap_jmk/spider-web.git",
    "name": "spider-web",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Julian M. Kleber",
    "author_email": "julian.kleber@sail.black",
    "download_url": "https://files.pythonhosted.org/packages/59/c9/bdd707e54f3b07ba38a5caa2a46a54cb494b8a89dee4873e4517c5e5483a/spider-web-0.0.5.tar.gz",
    "platform": null,
    "description": "# spider-web\n\n# Why\n\nAutomate netstat recording in defined intervals for analyzing machines\n\n# What\n\nIt is a simple command-line application saving netstat output\n\n# Usage\n\n# Install \n## Production\nThe program can run on Windows and Linux. For the instructions see below. \n\n```bash\npip install spider-web\n```\n## Dev\n\n\n```bash\ngit clone https://codeberg.org/cap_jmk/spider-web.git\n```\n## Linux\n\n```bash \nbash install.sh\nspider-web -o out_dir/\n```\n\n\n## Windows\n\nDouble click on `install.bat`. \n\n```bash\nspider-web -o out_dir/\n```\n\n# Known problems\n\nWeird behavior in Windows may intercept with reliable recording of the netstat command. However, it is better than nothing. Also, recording below the minute timescale seems challenging.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "CLI for catching bugs on a computer system",
    "version": "0.0.5",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "8c14ae59b9546d4e34b64b9d3429e097",
                "sha256": "982b2ee736c3703890279683f97649480510429c5ab9d7eefe538ea654ac3fe4"
            },
            "downloads": -1,
            "filename": "spider_web-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c14ae59b9546d4e34b64b9d3429e097",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 15643,
            "upload_time": "2022-12-23T15:08:25",
            "upload_time_iso_8601": "2022-12-23T15:08:25.399332Z",
            "url": "https://files.pythonhosted.org/packages/44/98/d1162b0c955db5bccfd3077f3018a8020cb5fd695193b5e3e58831b371c9/spider_web-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b0ad86a9c6be50ea8b57972ae0e55f1b",
                "sha256": "bbd533e1a73bc96ebd639bd6cdba4bd29408d21df84644ffb551a4bafd32bd8c"
            },
            "downloads": -1,
            "filename": "spider-web-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "b0ad86a9c6be50ea8b57972ae0e55f1b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14539,
            "upload_time": "2022-12-23T15:08:26",
            "upload_time_iso_8601": "2022-12-23T15:08:26.977567Z",
            "url": "https://files.pythonhosted.org/packages/59/c9/bdd707e54f3b07ba38a5caa2a46a54cb494b8a89dee4873e4517c5e5483a/spider-web-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-23 15:08:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "spider-web"
}
        
Elapsed time: 0.02101s