Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1015 Bytes

Configuration.md

File metadata and controls

47 lines (28 loc) · 1015 Bytes

Configuration


Version

Make sure that you are using Python3


Modules

Open up a terminal in the Brutus-folder and run the following command:**

$ pip install -r requirements.txt

Or if you should have installed Python3 & Python2:

$ pip3 install -r requirements.txt

IP address

Replace all HOST-variables with your IPv4 address

In order to use it outside of your network you need to setup port-forwarding on your Router & set HOST to "0.0.0.0" in all attacker scripts.


Folder structure

Make sure that 'brutus.py', 'microphone-client.py' and 'webcam-client.py' are in the same folder

Make sure that 'shell.py', 'locator.py', 'microphone-host.py' and 'webcam-host.py' are in the same folder


Performing the attack

Open up 'shell.py'

Run 'brutus.py' on the victim's machine


##! If issues should arise, do not hesitate to contact me