HomePWN icon indicating copy to clipboard operation
HomePWN copied to clipboard

HomePwn - Swiss Army Knife for Pentesting of IoT Devices

Results 5 HomePWN issues
Sort by recently updated
recently updated
newest added

Hola, Cuando ejecuto el script me devuelve el siguiente error: ``` Traceback (most recent call last): File "/opt/HomePWN/homePwn.py", line 4, in from utils.banner import banner ModuleNotFoundError: No module named 'utils.banner'...

**Describe the bug** When I try to run the module it instead outputs error **To Reproduce** Steps to reproduce the behavior: 1. Run on Kali Linux 2. Start homePWN 3....

Bumps [setuptools](https://github.com/pypa/setuptools) from 41.6.0 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...

dependencies

**Describe the bug** I'm running on ubuntu virtual machine. After running `sudo python3 homePwn.py` I see "No module named 'prompt_toolkit'". So I did `pip install prompt_toolkit` and I see that...

This PR updates the check_list function in test_utils.py to: - use set for faster lookups. - add error message in assertion This makes the tests a bit more efficient and...