We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use the Armory like a LANturtle (to Man-in-the-Middle the traffic between USB Host and Server).
[HOST (victim)] //<--USB -- [USBarmory] //<--SPI-- [EthernetModule] //<-- [EthernetCable] .. Network..
For this want to add an ethernet module like the SunFounder ENC28J60 Ethernet LAN Network Module.
SunFounder ENC28J60 Ethernet LAN Network Module
Can you assist me with the kernel modifications to get to work SPI / ethernet to work using a second network interface ?
Edit: Of course I have to enable SPI first : https://github.com/inversepath/usbarmory/wiki/SPI But how can a network interface be configured for ethernet over SPI ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to use the Armory like a LANturtle (to Man-in-the-Middle the traffic between USB Host and Server).
For this want to add an ethernet module like the
SunFounder ENC28J60 Ethernet LAN Network Module
.Can you assist me with the kernel modifications to get to work SPI / ethernet to work using a second network interface ?
Edit:
Of course I have to enable SPI first : https://github.com/inversepath/usbarmory/wiki/SPI
But how can a network interface be configured for ethernet over SPI ?
The text was updated successfully, but these errors were encountered: