EroSmb


NameEroSmb JSON
Version 0.1.5 PyPI version JSON
download
home_page
SummaryEroSmb is a fast smb network scanner
upload_time2023-02-10 23:47:07
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords smb scanner security enumeration infosec pentest
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            EroSmb
============

.. figure:: https://raw.githubusercontent.com/viktor02/EroSmb/master/img/logo.png

EroSmb is a fast smb network scanner. You can easily enumerate windows machines in your local network using this tool.

Disclaimer
----------

**Do not to use this product for any illegal purpose, otherwise you may be subject to prosecutions under applicable laws.**

**Make sure you have permission to scan your network.**

What is it
------------
This program shows you which machines are currently online in your network, their OS version, arch and IP.


Installation
------------

- Install from Pypi 

Run ::

  pip install erosmb


- From sources

Clone the repository and run ::

  pip install .


FAQ
------------
    - Why do I need this utility if metasploit/smb_version and nmap already exists?

Metasploit smb_version makes ping requests and if the target does not respond to them 
(and in Windows this is the *standard firewall policy*) 
skips and does not scan the target.

Nmap OS Detection sends special packets to the tcp/ip stack and parses the response for matches. 
This is universal, but unreliable and slow. 

    - Can I scan entire Internet?

No, because on every IP address programs make a new thread and you just might not have enough memory and processor time. 
Also scanning other people's networks without permission may be illegal in your country.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "EroSmb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "smb,scanner,security,enumeration,infosec,pentest",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/00/59/f75d53c7950164ee55302775c08cf3273e0932cfcc4dc501a5646b842756/EroSmb-0.1.5.tar.gz",
    "platform": null,
    "description": "EroSmb\n============\n\n.. figure:: https://raw.githubusercontent.com/viktor02/EroSmb/master/img/logo.png\n\nEroSmb is a fast smb network scanner. You can easily enumerate windows machines in your local network using this tool.\n\nDisclaimer\n----------\n\n**Do not to use this product for any illegal purpose, otherwise you may be subject to prosecutions under applicable laws.**\n\n**Make sure you have permission to scan your network.**\n\nWhat is it\n------------\nThis program shows you which machines are currently online in your network, their OS version, arch and IP.\n\n\nInstallation\n------------\n\n- Install from Pypi \n\nRun ::\n\n  pip install erosmb\n\n\n- From sources\n\nClone the repository and run ::\n\n  pip install .\n\n\nFAQ\n------------\n    - Why do I need this utility if metasploit/smb_version and nmap already exists?\n\nMetasploit smb_version makes ping requests and if the target does not respond to them \n(and in Windows this is the *standard firewall policy*) \nskips and does not scan the target.\n\nNmap OS Detection sends special packets to the tcp/ip stack and parses the response for matches. \nThis is universal, but unreliable and slow. \n\n    - Can I scan entire Internet?\n\nNo, because on every IP address programs make a new thread and you just might not have enough memory and processor time. \nAlso scanning other people's networks without permission may be illegal in your country.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "EroSmb is a fast smb network scanner",
    "version": "0.1.5",
    "split_keywords": [
        "smb",
        "scanner",
        "security",
        "enumeration",
        "infosec",
        "pentest"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fb7711bbe49292f65a23e088fcfe396c299ff486eabe57f50238be58e27578c",
                "md5": "78251c80cae4bc270a935818aa1aa584",
                "sha256": "ef6bafab2f5abe43884fb7d5ee0bda2c01363260249e699d867d4ad48b5a694a"
            },
            "downloads": -1,
            "filename": "EroSmb-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "78251c80cae4bc270a935818aa1aa584",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6361,
            "upload_time": "2023-02-10T23:47:06",
            "upload_time_iso_8601": "2023-02-10T23:47:06.376948Z",
            "url": "https://files.pythonhosted.org/packages/0f/b7/711bbe49292f65a23e088fcfe396c299ff486eabe57f50238be58e27578c/EroSmb-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0059f75d53c7950164ee55302775c08cf3273e0932cfcc4dc501a5646b842756",
                "md5": "f5ddcfa52c7c1f4964a66df7bef02375",
                "sha256": "95b37985d1bbcdff0fc69ca069c3f10846777fb88650cf7e7309084a4f0593b2"
            },
            "downloads": -1,
            "filename": "EroSmb-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "f5ddcfa52c7c1f4964a66df7bef02375",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5512,
            "upload_time": "2023-02-10T23:47:07",
            "upload_time_iso_8601": "2023-02-10T23:47:07.967558Z",
            "url": "https://files.pythonhosted.org/packages/00/59/f75d53c7950164ee55302775c08cf3273e0932cfcc4dc501a5646b842756/EroSmb-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-10 23:47:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "erosmb"
}
        
Elapsed time: 0.04075s