Closed chenxiaohe closed 3 years ago
How'd you do it?
run with command sudo dmesg |grep ttyS*
sudo dmesg |grep ttyS*
run with command cd /usr/share/metasploit-framework/tools/hardware
cd /usr/share/metasploit-framework/tools/hardware
run with command sudo ruby elm327_relay.rb -s /dev/ttyUSB0
sudo ruby elm327_relay.rb -s /dev/ttyUSB0
I follow this guide https://www.rapid7.com/blog/post/2017/02/08/car-hacking-on-the-cheap/
https://www.rapid7.com/blog/post/2017/02/08/car-hacking-on-the-cheap/
after run with command sudo ruby elm327_relay.rb -s /dev/ttyUSB0 , it show us Connected. Relay is up and running... just like the guide
Connected. Relay is up and running...
after run with command sudo ruby elm327_relay.rb -s /dev/ttyUSB0 , it show us nothing and dosen't abort until I shut it down manually
Framework: 6.0.46-dev
Hi, @chenxiaohe. The Hardware Bridge code isn't maintained these days. Closing as such.
Steps to reproduce
How'd you do it?
run with command
sudo dmesg |grep ttyS*
run with command
cd /usr/share/metasploit-framework/tools/hardware
run with command
sudo ruby elm327_relay.rb -s /dev/ttyUSB0
Were you following a specific guide/tutorial or reading documentation?
I follow this guide
https://www.rapid7.com/blog/post/2017/02/08/car-hacking-on-the-cheap/
Expected behavior
after run with command
sudo ruby elm327_relay.rb -s /dev/ttyUSB0
, it show usConnected. Relay is up and running...
just like the guideCurrent behavior
after run with command
sudo ruby elm327_relay.rb -s /dev/ttyUSB0
, it show us nothing and dosen't abort until I shut it down manuallyMetasploit version
Framework: 6.0.46-dev
Additional Information