iphack


Nameiphack JSON
Version 1.4.7 PyPI version JSON
download
home_pagehttps://github.com/mishakorzik/IpHack
Summarythe most ideal tool for finding out information about IP, etc.
upload_time2024-03-31 18:25:36
maintainerNone
docs_urlNone
authorMishaKorzhik_He1Zen
requires_python>=3.4
licenseApache 2.0
keywords ip address iphack ips pypi pip dns router ipv4 ipv6 public ip-address isp location lookup iplookup inquiry tor anon
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img width="99.9%" src="https://raw.githubusercontent.com/mishakorzik/mishakorzik.menu.io/master/img/IpHack/20210822_200816.png"/>

<p align="center">
<a href="https://github.com/mishakorzik/IpHack"><img title="Version" src="https://img.shields.io/badge/Build-done-darkred?style=for-the-badge&logo="></a>
<a href="https://github.com/mishakorzik/IpHack/blob/main/LICENSE"><img title="License" src="https://img.shields.io/badge/Apache-License 2.0-red?style=for-the-badge&logo=apache"></a>
<a href=""><img title="Python" src="https://img.shields.io/badge/Made in-Ukraine-red?style=for-the-badge&logo=None"></a>
<a href="https://github.com/mishakorzik"><img title="Report" src="https://img.shields.io/badge/Copyring-2022-orange?style=for-the-badge&logo=github"></a>
<a href="https://github.com/mishakorzik"><img title="Autor" src="https://img.shields.io/badge/Author-mishakorzik-yellow?style=for-the-badge&logo=github"></a>

</p>

<p align="center">
• <a href="https://github.com/mishakorzik/IpHack/blob/main/LICENSE">License</a> 
• <a href="https://github.com/mishakorzik/IpHack/issues">Issues</a> 
• <a href="https://github.com/mishakorzik/IpHаck/projects">Project</a> 
• <a href="https://github.com/mishakorzik/IpHack/wiki">Wikipedia</a> •

</p>

> IpHack: is a tracking tool for both IP location and tracking testing.

---

**Track Location With Live Address And City in Termux**

> Я не несу ответственности за ваши действия. Скачивая программное обеспечение из этого репозитория, вы соглашаетесь с [лицензией](https://github.com/mishakorzik/IpHack/blob/main/LICENSE).

----
## New Features

**1) New Functions**
- Now you can find out in which country the person is.

**2) New Desing**
- Now a new design has been added and now it is more beautiful.

**3) More Information**
- Now you can learn more about the device via IP

**4) Detail Information**
- You can find out a lot of information about IP
-----
## Install

**with pip**
```bash
pip install iphack
```

**with manual**
```bash
pip install pyproxify==0.0.1
pip install ua-headers
pip install requests
pip install torpy==1.1.6
wget --no-check-certificate "https://raw.githubusercontent.com/mishakorzik/IpHack/main/install.sh"
bash install.sh
```

## Usage
**Ip Address**

```python
# ip address tracking
from iphack import ip
ip.address("ip") 

# domain ip address tracking
from iphack import ip
ip.domain("google.com")

# my ip address
from iphack import ip
ip.my()

# get proxy
from iphack import ip
ip.proxy(False)

# get proxy list for api
>>> from iphack import ip
>>> ip.proxy(True)
['3.66.38.117:10882', '130.41.47.235:8080', '130.41.55.190:8080']
>>>
```

**Check Proxy**

```python
# check proxy 
>>> from iphack import check
>>> check.proxy("130.41.55.190", "8080")
Proxy    : Online #Online or Offline
Asn      : AS396982
Org      : GOOGLE-CLOUD-PLATFORM
City     : Los Angeles
Country  : United States
Region   : California
Network  : 130.41.52.0/22
Version  : IPv4
>>>

```

**Websites**

```python
# Check amazon subdomains
from iphack import ip
ip.subdomains("amazon.com")

# Check amazon directories
from iphack import ip
ip.directory("amazon.com")

```

**Inquiry**

```python
# anonymous request
from iphack import inquiry

# request from url, using tor & fake user-agent
>>> get = inquiry.get("https://api.ipify.org/") #method get
>>> print(get.text)
199.249.230.102
>>> 

post = inquiry.post("https://example.com") #method post
put = inquiry.put("https://example.com") #method put
delete = inquiry.delete("https://example.com") #method delete
head = inquiry.head("https://example.com") #method head

# inquiry logs
inquiry.debug() #enable log
inquiry.debug() #disable log

# inquiry anon method (default: web)
inquiry.rechange("tor") #use tor
inquiry.rechange("web") #use web
inquiry.rechange("vpn") #use vpn
```

## Screenshot

**Repository Views** ![Views](https://profile-counter.glitch.me/IpHack/count.svg)

**Without logs**
<img width="99.9%" src="https://raw.githubusercontent.com/mishakorzik/IpHack/main/IMG_20220822_110928.jpg"/>
**With logs & tor**
<img width="99.9%" src="https://raw.githubusercontent.com/mishakorzik/IpHack/main/IMG_20220824_150950.jpg"/>
**With logs & web**
<img width="99.9%" src="https://raw.githubusercontent.com/mishakorzik/IpHack/main/IMG_20220825_134850.jpg"/>
**With logs & vpn**
<img width="99.9%" src="https://raw.githubusercontent.com/mishakorzik/IpHack/main/IMG_20220824_151717.jpg"/>

```
System   : Ubuntu 20.04 LTS
Terminal : Xfce4-Terminal
Desktop  : Xfce4
```
<img width="99.9%" src="https://raw.githubusercontent.com/mishakorzik/IpHack/main/Screenshot_2022-08-13_21-33-49.png"/>

## I recommend watching

1.<a href="https://github.com/mishakorzik/qiq">qiq - Useful batch installer</a>

2.<a href="https://github.com/mishakorzik/Gmail-Hack">Gmail-Hack - Easy email hacking</a>

3.<a href="https://github.com/mishakorzik/AdminHack">AdminHack - Hacking bad sites</a>

4.<a href="https://github.com/mishakorzik/Infect">Infect - Easy virus creation</a>

5.<a href="https://github.com/mishakorzik/Free-Proxy">Free-Proxy - Lots of free proxy servers</a>

6.<a href="https://github.com/mishakorzik/AllHackingTools">AllHackingTools - System for large hacking</a>

7.<a href="https://github.com/mishakorzik/Ultra-DDos">Ultra-DDos - Hing ddos bad sites</a>

## Supporters
[![Stargazers repo roster for @mishakorzik/IpHack](https://reporoster.com/stars/mishakorzik/IpHack)](https://github.com/mishakorzik/IpHack/stargazers)
[![Forkers repo roster for @mishakorzik/IpHack](https://reporoster.com/forks/mishakorzik/IpHack)](https://github.com/mishakorzik/IpHack/members)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mishakorzik/IpHack",
    "name": "iphack",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": null,
    "keywords": "ip, address, iphack, ips, pypi, pip, dns, router, ipv4, ipv6, public, ip-address, isp, location, lookup, iplookup, inquiry, tor, anon",
    "author": "MishaKorzhik_He1Zen",
    "author_email": "developer.mishakorzhik@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/72/15/b998d62ea0f01a33139577633010b97a261fc66160ba962141a933ffafb1/iphack-1.4.7.tar.gz",
    "platform": null,
    "description": "<img width=\"99.9%\" src=\"https://raw.githubusercontent.com/mishakorzik/mishakorzik.menu.io/master/img/IpHack/20210822_200816.png\"/>\n\n<p align=\"center\">\n<a href=\"https://github.com/mishakorzik/IpHack\"><img title=\"Version\" src=\"https://img.shields.io/badge/Build-done-darkred?style=for-the-badge&logo=\"></a>\n<a href=\"https://github.com/mishakorzik/IpHack/blob/main/LICENSE\"><img title=\"License\" src=\"https://img.shields.io/badge/Apache-License 2.0-red?style=for-the-badge&logo=apache\"></a>\n<a href=\"\"><img title=\"Python\" src=\"https://img.shields.io/badge/Made in-Ukraine-red?style=for-the-badge&logo=None\"></a>\n<a href=\"https://github.com/mishakorzik\"><img title=\"Report\" src=\"https://img.shields.io/badge/Copyring-2022-orange?style=for-the-badge&logo=github\"></a>\n<a href=\"https://github.com/mishakorzik\"><img title=\"Autor\" src=\"https://img.shields.io/badge/Author-mishakorzik-yellow?style=for-the-badge&logo=github\"></a>\n\n</p>\n\n<p align=\"center\">\n\u2022 <a href=\"https://github.com/mishakorzik/IpHack/blob/main/LICENSE\">License</a> \n\u2022 <a href=\"https://github.com/mishakorzik/IpHack/issues\">Issues</a> \n\u2022 <a href=\"https://github.com/mishakorzik/IpH\u0430ck/projects\">Project</a> \n\u2022 <a href=\"https://github.com/mishakorzik/IpHack/wiki\">Wikipedia</a> \u2022\n\n</p>\n\n> IpHack: is a tracking tool for both IP location and tracking testing.\n\n---\n\n**Track Location With Live Address And City in Termux**\n\n> \u042f \u043d\u0435 \u043d\u0435\u0441\u0443 \u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0432\u0430\u0448\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f. \u0421\u043a\u0430\u0447\u0438\u0432\u0430\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0435 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0435 \u0438\u0437 \u044d\u0442\u043e\u0433\u043e \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044f, \u0432\u044b \u0441\u043e\u0433\u043b\u0430\u0448\u0430\u0435\u0442\u0435\u0441\u044c \u0441 [\u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0435\u0439](https://github.com/mishakorzik/IpHack/blob/main/LICENSE).\n\n----\n## New Features\n\n**1) New Functions**\n- Now you can find out in which country the person is.\n\n**2) New Desing**\n- Now a new design has been added and now it is more beautiful.\n\n**3) More Information**\n- Now you can learn more about the device via IP\n\n**4) Detail Information**\n- You can find out a lot of information about IP\n-----\n## Install\n\n**with pip**\n```bash\npip install iphack\n```\n\n**with manual**\n```bash\npip install pyproxify==0.0.1\npip install ua-headers\npip install requests\npip install torpy==1.1.6\nwget --no-check-certificate \"https://raw.githubusercontent.com/mishakorzik/IpHack/main/install.sh\"\nbash install.sh\n```\n\n## Usage\n**Ip Address**\n\n```python\n# ip address tracking\nfrom iphack import ip\nip.address(\"ip\") \n\n# domain ip address tracking\nfrom iphack import ip\nip.domain(\"google.com\")\n\n# my ip address\nfrom iphack import ip\nip.my()\n\n# get proxy\nfrom iphack import ip\nip.proxy(False)\n\n# get proxy list for api\n>>> from iphack import ip\n>>> ip.proxy(True)\n['3.66.38.117:10882', '130.41.47.235:8080', '130.41.55.190:8080']\n>>>\n```\n\n**Check Proxy**\n\n```python\n# check proxy \n>>> from iphack import check\n>>> check.proxy(\"130.41.55.190\", \"8080\")\nProxy    : Online #Online or Offline\nAsn      : AS396982\nOrg      : GOOGLE-CLOUD-PLATFORM\nCity     : Los Angeles\nCountry  : United States\nRegion   : California\nNetwork  : 130.41.52.0/22\nVersion  : IPv4\n>>>\n\n```\n\n**Websites**\n\n```python\n# Check amazon subdomains\nfrom iphack import ip\nip.subdomains(\"amazon.com\")\n\n# Check amazon directories\nfrom iphack import ip\nip.directory(\"amazon.com\")\n\n```\n\n**Inquiry**\n\n```python\n# anonymous request\nfrom iphack import inquiry\n\n# request from url, using tor & fake user-agent\n>>> get = inquiry.get(\"https://api.ipify.org/\") #method get\n>>> print(get.text)\n199.249.230.102\n>>> \n\npost = inquiry.post(\"https://example.com\") #method post\nput = inquiry.put(\"https://example.com\") #method put\ndelete = inquiry.delete(\"https://example.com\") #method delete\nhead = inquiry.head(\"https://example.com\") #method head\n\n# inquiry logs\ninquiry.debug() #enable log\ninquiry.debug() #disable log\n\n# inquiry anon method (default: web)\ninquiry.rechange(\"tor\") #use tor\ninquiry.rechange(\"web\") #use web\ninquiry.rechange(\"vpn\") #use vpn\n```\n\n## Screenshot\n\n**Repository Views** ![Views](https://profile-counter.glitch.me/IpHack/count.svg)\n\n**Without logs**\n<img width=\"99.9%\" src=\"https://raw.githubusercontent.com/mishakorzik/IpHack/main/IMG_20220822_110928.jpg\"/>\n**With logs & tor**\n<img width=\"99.9%\" src=\"https://raw.githubusercontent.com/mishakorzik/IpHack/main/IMG_20220824_150950.jpg\"/>\n**With logs & web**\n<img width=\"99.9%\" src=\"https://raw.githubusercontent.com/mishakorzik/IpHack/main/IMG_20220825_134850.jpg\"/>\n**With logs & vpn**\n<img width=\"99.9%\" src=\"https://raw.githubusercontent.com/mishakorzik/IpHack/main/IMG_20220824_151717.jpg\"/>\n\n```\nSystem   : Ubuntu 20.04 LTS\nTerminal : Xfce4-Terminal\nDesktop  : Xfce4\n```\n<img width=\"99.9%\" src=\"https://raw.githubusercontent.com/mishakorzik/IpHack/main/Screenshot_2022-08-13_21-33-49.png\"/>\n\n## I recommend watching\n\n1.<a href=\"https://github.com/mishakorzik/qiq\">qiq - Useful batch installer</a>\n\n2.<a href=\"https://github.com/mishakorzik/Gmail-Hack\">Gmail-Hack - Easy email hacking</a>\n\n3.<a href=\"https://github.com/mishakorzik/AdminHack\">AdminHack - Hacking bad sites</a>\n\n4.<a href=\"https://github.com/mishakorzik/Infect\">Infect - Easy virus creation</a>\n\n5.<a href=\"https://github.com/mishakorzik/Free-Proxy\">Free-Proxy - Lots of free proxy servers</a>\n\n6.<a href=\"https://github.com/mishakorzik/AllHackingTools\">AllHackingTools - System for large hacking</a>\n\n7.<a href=\"https://github.com/mishakorzik/Ultra-DDos\">Ultra-DDos - Hing ddos bad sites</a>\n\n## Supporters\n[![Stargazers repo roster for @mishakorzik/IpHack](https://reporoster.com/stars/mishakorzik/IpHack)](https://github.com/mishakorzik/IpHack/stargazers)\n[![Forkers repo roster for @mishakorzik/IpHack](https://reporoster.com/forks/mishakorzik/IpHack)](https://github.com/mishakorzik/IpHack/members)\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "the most ideal tool for finding out information about IP, etc.",
    "version": "1.4.7",
    "project_urls": {
        "Bug Tracker": "https://github.com/mishakorzik/IpHack/issues",
        "Homepage": "https://github.com/mishakorzik/IpHack",
        "Sponsor": "https://www.buymeacoffee.com/misakorzik"
    },
    "split_keywords": [
        "ip",
        " address",
        " iphack",
        " ips",
        " pypi",
        " pip",
        " dns",
        " router",
        " ipv4",
        " ipv6",
        " public",
        " ip-address",
        " isp",
        " location",
        " lookup",
        " iplookup",
        " inquiry",
        " tor",
        " anon"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7215b998d62ea0f01a33139577633010b97a261fc66160ba962141a933ffafb1",
                "md5": "9db2fce53c810b43f7cc2d7564bfc198",
                "sha256": "4186200f32b5686c65d99fc1123c35096996148587e5325cc6390d8abbd67cce"
            },
            "downloads": -1,
            "filename": "iphack-1.4.7.tar.gz",
            "has_sig": false,
            "md5_digest": "9db2fce53c810b43f7cc2d7564bfc198",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 12418,
            "upload_time": "2024-03-31T18:25:36",
            "upload_time_iso_8601": "2024-03-31T18:25:36.481247Z",
            "url": "https://files.pythonhosted.org/packages/72/15/b998d62ea0f01a33139577633010b97a261fc66160ba962141a933ffafb1/iphack-1.4.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-31 18:25:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mishakorzik",
    "github_project": "IpHack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "iphack"
}
        
Elapsed time: 0.23344s