Coder Social home page Coder Social logo

Comments (1)

mame82 avatar mame82 commented on July 18, 2024

@jonas18z Thanks for your request,

this idea makes sense for payloads which run longterm attacks. Or it would maybe make sense to design a payload, allowing to do the basic setup from a web interface (only on Pi Zero W, if not connected in device mode).

If you have the backdoor payload in mind, SSH won't be replaced for the following reasons:

  • flexibility (one could dettach the backdoor server screen and get a shell to the raspbian instantly)
  • extensibility: SSH allows to tunnel TCP sockets. As soon as the HID channel got socket tunneling implemented, this could be used to relax SSH based sockets through the target (pivoting)
  • usability: beside nice things, like auto completion a console allows all the things I haven't got in mind during development, while a webinterface only allows to do the things the developer had in mind
  • a web interface runs in "request & response" style, due to the nature of HTTP. Getting output of remote processes to the screen (which is more push like) would become hard. On a web interface this means polling or choosing more complex techniques (f.e. AJAX)

Additionally, the backdoor shell could be bound to a PTY an made available via bluetooth serial connection

So there are a few reasons not to change the backdoor servers interface.

I leave it up to the community to develop payloads with web frontend.

from p4wnp1.

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.