Skip to content

fix(IP_Track): enable internal IP scanning for local network devices#69

Open
gustavo-szesz wants to merge 3 commits intoHunxByts:mainfrom
gustavo-szesz:ip-address-internal
Open

fix(IP_Track): enable internal IP scanning for local network devices#69
gustavo-szesz wants to merge 3 commits intoHunxByts:mainfrom
gustavo-szesz:ip-address-internal

Conversation

@gustavo-szesz
Copy link

Creating a different treatment for local network scanning. It is now possible to retrieve the hostname and MAC address.

  • Fix hostname resolution for private IP addresses
  • Improve ARP lookup with fallback mechanisms
  • Add better error handling for unreachable devices
  • Allow scanning of router IPs

Issue: #63

@mayanklabs
Copy link

add .gitignore file and remove enviroment folders

# Environments
.env
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
!static/**/dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST


# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot


# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants