name2user


Namename2user JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/b4d-ra1c4u/name2user
SummaryA tool to generate user names from one or a list of full names.
upload_time2023-04-04 08:30:58
maintainer
docs_urlNone
authorb4d_ra1c4u
requires_python>=3.7,<4.0
licenseWTFPL
keywords generator pentesting hacking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # name2user
name2user is a tool to generate potential user names from one or a list of full names. Possible use-cases are password cracking with tools like hydra together with a word list or account discovery in different services.

## Usage
```shell
name2user "Liam Smith"
```
Outputs all available user name variations for given full name.

```shell
name2user "Olivia Johnson" -c flast
```
Outputs user name variation FLAST (see below) for given full name.


```shell
name2user "Noah Williams" -m "somecompany.com"
```
Outputs all available user name variations for given full name followed by an @ and the domain.

```shell
cat some_text_file | name2user
```
Outputs all available user name variations for all full names in given text file.

```shell
cat some_text_file | name2user -c fulld > results.txt
```
Outputs user name variation FULLD for all full names in given text file and pipes them to results.txt.

## Conversion types
name2user support seven conversion modes:

| **Parameter** | **Description**                                 |
|---------------|-------------------------------------------------|
| all           | Generates all below variants.                   |
| last          | Last name only.                                 |
| flast         | First letter of the first name, last name.      |
| fdlast        | First letter of the first name, dot, last name. |
| full          | Full first- and last name without spaces.       |
| fulld         | Full first- and last name separated by dots.    |
| first         | First name only.                                 |

## Limitations
- Right now, name2user is designed with western languages in mind. It might produce less helpful results for other.
- For names with more than two words, the last word is considered as last name. The first letter of the first word will be used for corresponding conversion types. Ones using the full name will include all words.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/b4d-ra1c4u/name2user",
    "name": "name2user",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "generator,pentesting,hacking",
    "author": "b4d_ra1c4u",
    "author_email": "b4d_ra1c4u@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/d9/be/584ade30546320669e3b552810c19134a0f2d0a28eb52d69ac0528150634/name2user-1.0.0.tar.gz",
    "platform": null,
    "description": "# name2user\nname2user is a tool to generate potential user names from one or a list of full names. Possible use-cases are password cracking with tools like hydra together with a word list or account discovery in different services.\n\n## Usage\n```shell\nname2user \"Liam Smith\"\n```\nOutputs all available user name variations for given full name.\n\n```shell\nname2user \"Olivia Johnson\" -c flast\n```\nOutputs user name variation FLAST (see below) for given full name.\n\n\n```shell\nname2user \"Noah Williams\" -m \"somecompany.com\"\n```\nOutputs all available user name variations for given full name followed by an @ and the domain.\n\n```shell\ncat some_text_file | name2user\n```\nOutputs all available user name variations for all full names in given text file.\n\n```shell\ncat some_text_file | name2user -c fulld > results.txt\n```\nOutputs user name variation FULLD for all full names in given text file and pipes them to results.txt.\n\n## Conversion types\nname2user support seven conversion modes:\n\n| **Parameter** | **Description**                                 |\n|---------------|-------------------------------------------------|\n| all           | Generates all below variants.                   |\n| last          | Last name only.                                 |\n| flast         | First letter of the first name, last name.      |\n| fdlast        | First letter of the first name, dot, last name. |\n| full          | Full first- and last name without spaces.       |\n| fulld         | Full first- and last name separated by dots.    |\n| first         | First name only.                                 |\n\n## Limitations\n- Right now, name2user is designed with western languages in mind. It might produce less helpful results for other.\n- For names with more than two words, the last word is considered as last name. The first letter of the first word will be used for corresponding conversion types. Ones using the full name will include all words.\n",
    "bugtrack_url": null,
    "license": "WTFPL",
    "summary": "A tool to generate user names from one or a list of full names.",
    "version": "1.0.0",
    "split_keywords": [
        "generator",
        "pentesting",
        "hacking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14751fbc966b59aa11762a6889aab9c6c9e0ccae8543bd01bcf4002e1cf9acc0",
                "md5": "f12665279c3cd2a1791a5952fe9af4b4",
                "sha256": "9d8f284945651a8e903595b6bf67504b8387738b25514b4fa2c98892786f371f"
            },
            "downloads": -1,
            "filename": "name2user-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f12665279c3cd2a1791a5952fe9af4b4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 5099,
            "upload_time": "2023-04-04T08:30:56",
            "upload_time_iso_8601": "2023-04-04T08:30:56.940268Z",
            "url": "https://files.pythonhosted.org/packages/14/75/1fbc966b59aa11762a6889aab9c6c9e0ccae8543bd01bcf4002e1cf9acc0/name2user-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9be584ade30546320669e3b552810c19134a0f2d0a28eb52d69ac0528150634",
                "md5": "ea21c6efecd9ac8fee1ca43796de67ea",
                "sha256": "e73ae606b7fd1afb8c82f0b519c2aebd75eadfeb73557d67b4816fdf377c40f4"
            },
            "downloads": -1,
            "filename": "name2user-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ea21c6efecd9ac8fee1ca43796de67ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 3397,
            "upload_time": "2023-04-04T08:30:58",
            "upload_time_iso_8601": "2023-04-04T08:30:58.368345Z",
            "url": "https://files.pythonhosted.org/packages/d9/be/584ade30546320669e3b552810c19134a0f2d0a28eb52d69ac0528150634/name2user-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-04 08:30:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "b4d-ra1c4u",
    "github_project": "name2user",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "name2user"
}
        
Elapsed time: 0.05063s