onion-server


Nameonion-server JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryDot-Onion (domain.onion) DeepWeb and Hidden Services Server Manager
upload_time2023-07-07 15:29:04
maintainer
docs_urlNone
authorErasmus A. Junior
requires_python>=3.7
licenseMIT
keywords tor hosting onion hidden services server
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## **Onion-Server - Dot-Onion and hidden services manager and client**

---

Onion-Server provides a client for fast and easy hidden services management. Used for managing services in one session. Services include (.onion) deep web hosting on a local machine.
<br>

### **Installation**

```bash
python -m pip install onion-server
```

### **OS Support**

- Linux

### **Requirements**

onion-server requires tor services. Tor can be download using **apt**

```bash
$ apt install tor
```

<br>
<br>

## **USAGE**

---

**Running Onion-Server**

```bash
$ sudo onion
# or
$ sudo python -m onion_server
```

To run onion-server, type **sudo onion** or **sudo python -m onion_server** in the terminal and run.

<br>
<br>

## **COMMANDS**

---

### **server**

```bash
$ server.<command>
```

**start** - start server  
**stop** - stop server  
**scan** - scan server for unrecorded changes  
**reboot** | restart - restart or reboot server

<br>

### **tor**

```bash
$ tor.<command>
```

**start** - start tor service  
**stop** - stop tor service

<br>

### **http**

```bash
$ http.<command>
```

**start** - start http service  
**stop** - stop http service

<br>

### **web**

```bash
$ web.<command>
```

**info** - display web services status  
**dir** [ path ] - set new web files dir

```bash
$ web.dir <path>
```

**set** [ status ] - set web status

```bash
$ web.set <command>
```

**online** - set web service online  
**offline** - set web service offline

<br>

### **config**

```bash
$ config.<command>
```

**del** - delete config file  
**create** - create the config file

<br>

### **Others**

```bash
$ <command>
```

**reset** - reset server  
**scan** - update all running services on the server  
**status** - display server services status  
**help** - display help message  
**update** - update onion-server  
**exit** - quit server

<br>

---

<br>

> **NOTICE:** In case of any error or information email me. eirasmx@pm.me



# **:- Change Log -:**

> **0.0.1** -- [ 13 JUNE 2023 ]  
> [ NOTICE ]  
> [ ! ] - Initial Release

> **0.0.2** -- [ 06 JULY 2023 ]  
> [ ADDED ]  
> [+] Config file delete  
> [+] Config file create  
> [+] Server reset  
> [+] Server restart
>
> [ FIXED ]  
> [+] Hostname unchanged after error

> **0.0.3** -- [ 07 JULY 2023 ]  
> [ NOTICE ]  
> [+] Readme Update
>
> [ ADDED ]  
> [+] Help Command  
> [+] Update Command

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "onion-server",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "tor,hosting,onion,hidden,services,server",
    "author": "Erasmus A. Junior",
    "author_email": "eirasmx@pm.me",
    "download_url": "https://files.pythonhosted.org/packages/7c/5c/93d2aaaf4eb54ea87cc3c3a93d44b53833238587e5a8ab24fa0fcca70628/onion-server-0.0.3.tar.gz",
    "platform": null,
    "description": "## **Onion-Server - Dot-Onion and hidden services manager and client**\n\n---\n\nOnion-Server provides a client for fast and easy hidden services management. Used for managing services in one session. Services include (.onion) deep web hosting on a local machine.\n<br>\n\n### **Installation**\n\n```bash\npython -m pip install onion-server\n```\n\n### **OS Support**\n\n- Linux\n\n### **Requirements**\n\nonion-server requires tor services. Tor can be download using **apt**\n\n```bash\n$ apt install tor\n```\n\n<br>\n<br>\n\n## **USAGE**\n\n---\n\n**Running Onion-Server**\n\n```bash\n$ sudo onion\n# or\n$ sudo python -m onion_server\n```\n\nTo run onion-server, type **sudo onion** or **sudo python -m onion_server** in the terminal and run.\n\n<br>\n<br>\n\n## **COMMANDS**\n\n---\n\n### **server**\n\n```bash\n$ server.<command>\n```\n\n**start** - start server  \n**stop** - stop server  \n**scan** - scan server for unrecorded changes  \n**reboot** | restart - restart or reboot server\n\n<br>\n\n### **tor**\n\n```bash\n$ tor.<command>\n```\n\n**start** - start tor service  \n**stop** - stop tor service\n\n<br>\n\n### **http**\n\n```bash\n$ http.<command>\n```\n\n**start** - start http service  \n**stop** - stop http service\n\n<br>\n\n### **web**\n\n```bash\n$ web.<command>\n```\n\n**info** - display web services status  \n**dir** [ path ] - set new web files dir\n\n```bash\n$ web.dir <path>\n```\n\n**set** [ status ] - set web status\n\n```bash\n$ web.set <command>\n```\n\n**online** - set web service online  \n**offline** - set web service offline\n\n<br>\n\n### **config**\n\n```bash\n$ config.<command>\n```\n\n**del** - delete config file  \n**create** - create the config file\n\n<br>\n\n### **Others**\n\n```bash\n$ <command>\n```\n\n**reset** - reset server  \n**scan** - update all running services on the server  \n**status** - display server services status  \n**help** - display help message  \n**update** - update onion-server  \n**exit** - quit server\n\n<br>\n\n---\n\n<br>\n\n> **NOTICE:** In case of any error or information email me. eirasmx@pm.me\n\n\n\n# **:- Change Log -:**\n\n> **0.0.1** -- [ 13 JUNE 2023 ]  \n> [ NOTICE ]  \n> [ ! ] - Initial Release\n\n> **0.0.2** -- [ 06 JULY 2023 ]  \n> [ ADDED ]  \n> [+] Config file delete  \n> [+] Config file create  \n> [+] Server reset  \n> [+] Server restart\n>\n> [ FIXED ]  \n> [+] Hostname unchanged after error\n\n> **0.0.3** -- [ 07 JULY 2023 ]  \n> [ NOTICE ]  \n> [+] Readme Update\n>\n> [ ADDED ]  \n> [+] Help Command  \n> [+] Update Command\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Dot-Onion (domain.onion) DeepWeb and Hidden Services Server Manager",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [
        "tor",
        "hosting",
        "onion",
        "hidden",
        "services",
        "server"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fa5c55914c17a37b288576b3031d8e91b5fe18e1112a245899af2ab3330078c",
                "md5": "afeba97a9f7312b30b8520895fc89bd3",
                "sha256": "bb194ce196a82fadf19853b2b71f2d569f5c003df5f8ed7f63723c5cbc3e441f"
            },
            "downloads": -1,
            "filename": "onion_server-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "afeba97a9f7312b30b8520895fc89bd3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7494,
            "upload_time": "2023-07-07T15:28:59",
            "upload_time_iso_8601": "2023-07-07T15:28:59.139734Z",
            "url": "https://files.pythonhosted.org/packages/1f/a5/c55914c17a37b288576b3031d8e91b5fe18e1112a245899af2ab3330078c/onion_server-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c5c93d2aaaf4eb54ea87cc3c3a93d44b53833238587e5a8ab24fa0fcca70628",
                "md5": "ddf962ae6a85fd1966ff80d042fbc424",
                "sha256": "e76873462de1f78a958119aa107715820cba2c7eb46c92731b6a0128df056904"
            },
            "downloads": -1,
            "filename": "onion-server-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ddf962ae6a85fd1966ff80d042fbc424",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7710,
            "upload_time": "2023-07-07T15:29:04",
            "upload_time_iso_8601": "2023-07-07T15:29:04.446937Z",
            "url": "https://files.pythonhosted.org/packages/7c/5c/93d2aaaf4eb54ea87cc3c3a93d44b53833238587e5a8ab24fa0fcca70628/onion-server-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-07 15:29:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "onion-server"
}
        
Elapsed time: 0.09129s