Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

iphack

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iphack - npm Package Compare versions

Comparing version
1.4.2
to
1.4.3
+2
-1
iphack.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: iphack
Version: 1.4.2
Version: 1.4.3
Summary: the most ideal tool for finding out information about IP, etc.

@@ -18,2 +18,3 @@ Home-page: https://github.com/mishakorzik/IpHack

Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5

@@ -20,0 +21,0 @@ Classifier: Programming Language :: Python :: 3.6

@@ -32,3 +32,3 @@ import os, sys, json, random, platform, time, re, pyproxify

cyan = '\033[96m'
version = "1.4.2"
version = "1.4.3"
referer_list = ["https://www.google.com/", "https://www.youtube.com/", "https://www.twitter.com/", "https://www.discord.com/", "https://www.tiktok.com/", "https://www.instagram.com/", "https://check-host.net/", "https://github.com", "https://gitlab.com", "https://he1zen.rf.gd"]

@@ -118,3 +118,6 @@

print(a, "├ Asn name :", data7['connection']['asn'])
print(a, "├ Org name :", data1['asn']['name'])
try:
print(a, "├ Org name :", data1['asn']['name'])
except:
print(a, "├ Org name :", data7['connection']['organization'])
print(a, "┼ Reverse :", data6['reverse'])

@@ -127,3 +130,6 @@ print(a, "├ Hostname :", data7['hostname'])

print(a, "├ Time Zone :", data1['time_zone']['name'])
print(a, "├ Wifi Type :", data1['asn']['type'])
try:
print(a, "├ Wifi Type :", data1['asn']['type'])
except:
print(a, "├ Wifi Type : Unknown")
print(a, "├ Connection Domain :", data7['connection']['domain'])

@@ -130,0 +136,0 @@ print(a, "├ Company Domain :", data7['company']['domain'])

Metadata-Version: 2.1
Name: iphack
Version: 1.4.2
Version: 1.4.3
Summary: the most ideal tool for finding out information about IP, etc.

@@ -18,2 +18,3 @@ Home-page: https://github.com/mishakorzik/IpHack

Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5

@@ -20,0 +21,0 @@ Classifier: Programming Language :: Python :: 3.6

@@ -10,3 +10,3 @@ import setuptools

packages=['iphack'], # should match the package folder
version='1.4.2', # important for updates
version='1.4.3', # important for updates
python_requires=">=3.4",

@@ -33,2 +33,3 @@ license='Apache 2.0', # should match your chosen license

"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",

@@ -35,0 +36,0 @@ "Programming Language :: Python :: 3.6",