Giter Club home page Giter Club logo

Comments (6)

crazy54 avatar crazy54 commented on August 27, 2024

I think this is a more broad question as you will need linux command line skills in order to complete the installation. The application is written for Node.JS, so you have to have to understand web servers and Node.

Start here on your own and move on if you feel like this is something you should bring into the class: http://nodeguide.com/beginner.html

Maybe it would be better to just discuss this in class - Can you imagine you training 40 kids and then giving them this kind of tool? Uh, does not seem like the smart way to go but that is just me...

from poisontap.

FluxIX avatar FluxIX commented on August 27, 2024

Security is a field where you look for gaps or holes in systems; you need to teach about the applicable systems (OS, web server, network communication and protocols, etc) before you can effectively use such a tool as this.

from poisontap.

mtlca avatar mtlca commented on August 27, 2024

Thanks guyz for the advices, but can i have a step by step tutorial like those on youtube. I can do it:

  1. I Execute those lines sucessfully in linux shell:

sudo bash
echo -e "\nauto usb0\nallow-hotplug usb0\niface usb0 inet static\n\taddress 1.0.0.1\n\tnetmask 0.0.0.0" >> /etc/network/interfaces
echo "dtoverlay=dwc2" >> /boot/config.txt
echo -e "dwc2\ng_ether" >> /etc/modules
echo "/bin/sh /home/pi/poisontap/pi_startup.sh" >> /etc/rc.local
mkdir /home/pi/poisontap
chown -R pi /home/pi/poisontap
apt-get update && apt-get upgrade
apt-get -y install isc-dhcp-server dsniff screen nodejs


What is the next step?

Thank you!

from poisontap.

MrARM avatar MrARM commented on August 27, 2024

This will not run with the Raspberry Pi 3 hardware, as the raspberry pi zero has a special usb controller that supports usb hosts.

Check your local micro center for the Zero. got mine for $5.44 with tax.

from poisontap.

mtlca avatar mtlca commented on August 27, 2024

Thank you very much MR ARM. Would that work with that? https://inversepath.com/usbarmory

from poisontap.

zenware avatar zenware commented on August 27, 2024

@mtlca Yes as the readme indicates it will work with the usbarmory, the lanturtle, the pi zero, and as @MrARM mentioned, anything which supports host mode
I'm currently working on a write-up as I install and configure everything from a coffee shop right now.

from poisontap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.