Metadata-Version: 2.1
Name: phomber
Version: 3.0.2
Summary: `PH0MBER` a simple yet powerful osint framework for reconnaissance and information gathering
Home-page: https://github.com/s41r4j/phomber
Author: s41r4j
License: UNKNOWN
Description: <p align=center>
                 <img src='.images/phomber_logo.png'>
        </p>
        
        
        ```
        An open source infomation grathering & reconnaissance framework!
        ```
        
        <p align=center>
                 <a href='https://www.w3schools.in/ethical-hacking/information-gathering-techniques/'><img src="https://img.shields.io/badge/Etical Hacking-OSINT-yellow.svg?logo=sharp"></a>
                 <a href='https://github.com/s41r4j/phomber/releases/'><img src="https://img.shields.io/badge/Version-v3.0-orange.svg?logo=vectorworks"></a>
                 <a href='https://www.python.org/'><img src="https://img.shields.io/badge/Python-3-blue.svg?style=flat&logo=python"></a>
                 <a href='LICENSE'><img src="https://img.shields.io/badge/License-GPL%20v3.0-brightgreen.svg"></a>
                 <a href=''><img src="https://img.shields.io/badge/Disclaimer-With great power comes great responsibility-red.svg?logo=hackaday"></a>
        </p>
              
        <br>
        
        
        <h1 align=center>PH0MBER: osint framework [v3.0-beta]</h1>
        
        
        
        <br>
        
        ## What is PH0MBER?
        
        - `PH0MBER` is a tool which is used to gather information about a target which is publicly available
        - Previously `PH0MBER` was a tool which was used to gather information about a phone number, but now it has been upgraded to a _framework_ with many _scanners_
        
        
        
        <br>
        
        ## How to install & use?
        
        ### Installation:
        - __git clone__
        ```
        git clone https://github.com/s41r4j/phomber
        cd phomber
        pip3 install -r requirements.txt
        ```
        - __pip__
        ```
        pip install phomber
        ```
        
        ### Usage:
        - __git clone__ (assuming you are in the `phomber` directory)
        ```
        python3 phomber.py
        ```
        
        - __pip__
        ```
        phomber
        ```
        
        - After ph0mber command line interface is loaded, type `help` to get a list of commands
        - Use `-s` or `--silent` to run the tool in silent mode
        
        
        <br>
        
        
        ### NOTES:
        ```
        - `PH0MBER` is back with all new features and user interface
        - `v3` has osint tools with no _api key_ requirement
        - Currently this `v3.0-beta` is for testing, try using & report bugs
        ```
        
        
        
        <br>
        <hr>
        <br>
        
        <p align=centre>
                 <a href='#'><img src="https://github-readme-stats.vercel.app/api?username=s41r4j&show_icons=true&title_color=fff&icon_color=79ff97&text_color=9f9f9f&bg_color=151515"></a>
        </p>
        
Keywords: python,hacking,pentesting,phomber,reverse lookup,osint,framework
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Security
Description-Content-Type: text/markdown
