userrecon 1.0.4__py3-none-any.whl → 1.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
userrecon/recon.py CHANGED
@@ -1,6 +1,6 @@
1
1
  import requests
2
2
  from typing import Dict, List, Tuple
3
- from platforms import Platforms
3
+ from .platforms import Platforms
4
4
 
5
5
  def display_platforms_menu() -> None:
6
6
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: userrecon
3
- Version: 1.0.4
3
+ Version: 1.1.0
4
4
  Summary: CLI-based OSINT tool for username reconnaissance
5
5
  Author: CyberWithPriyanshu
6
6
  Author-email: Cyberwithpriyanshu@gmail.com
@@ -0,0 +1,8 @@
1
+ userrecon/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ userrecon/platforms.py,sha256=dM-ULNMViQ7hDpkYOA7U41lLbFYMEgNpvqSarfDikpI,3562
3
+ userrecon/recon.py,sha256=GtTQ3BBW7APPH3f8vHROZJfs0wJM9FUkPVBoZ0JjG6Q,8312
4
+ userrecon-1.1.0.dist-info/METADATA,sha256=PfUqpcTOFEiDjW9IPLuQcReCP482a6j0vdjWCv_IG_c,930
5
+ userrecon-1.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
+ userrecon-1.1.0.dist-info/entry_points.txt,sha256=GA80RahJyfpoOGh9Brlr2CxNkeciAHTf6BzVm8WbamI,51
7
+ userrecon-1.1.0.dist-info/top_level.txt,sha256=TlkpGSQ7F_z_i7LnZGPZ7qR7As_MzQ9qOHfWw6DrHF0,10
8
+ userrecon-1.1.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- userrecon/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- userrecon/platforms.py,sha256=dM-ULNMViQ7hDpkYOA7U41lLbFYMEgNpvqSarfDikpI,3562
3
- userrecon/recon.py,sha256=Q_BN8B0to_4jB7KKIN4rOYbH0kRn77aqJ-JBPNyYvUY,8311
4
- userrecon-1.0.4.dist-info/METADATA,sha256=FLHCZ5BdxSRBJtPnUE6bqqqiIHvVJRg5Yj3FwhPvuts,930
5
- userrecon-1.0.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
- userrecon-1.0.4.dist-info/entry_points.txt,sha256=GA80RahJyfpoOGh9Brlr2CxNkeciAHTf6BzVm8WbamI,51
7
- userrecon-1.0.4.dist-info/top_level.txt,sha256=TlkpGSQ7F_z_i7LnZGPZ7qR7As_MzQ9qOHfWw6DrHF0,10
8
- userrecon-1.0.4.dist-info/RECORD,,