linux

How to Use old java 8 version on Linux (ubuntu, debian, kali, etc)

When ur trying to use oldjava 8, but gave u an error such as Package openjdk-8-jre is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: nvidia-openjdk-8-jre E: Package ‘openjdk-8-jre’ has …

How to Use old java 8 version on Linux (ubuntu, debian, kali, etc) Read More »

HaxRat : cloud based remote android management suite

HaxRat is a cloud based remote android management suite in simple word it is a Android RAT, powered by NodeJS. It works in Linux and Termux (Android).   Installing HaxRat on Kali Linux The installation process is the same as we did in our L3MON tutorial. We have detailed discussion on our that post So we are not going to explain the commands.First …

HaxRat : cloud based remote android management suite Read More »

Mediatek bypass utility

Bypass utility Small utility to disable bootrom protection(sla and daa) Usage on Windows Skip steps 1-5 after first usage Install python(select “Add Python X.X to PATH”) Install libusb-win32 Lunch filter wizard, click next Connect powered off phone with volume+ button, you should see new serial device in the list. Select it and click install Install pyusb, pyserial, …

Mediatek bypass utility Read More »

How to unpack, modify, pack and image file in Linux

a) Modifying With simg2img system.img.ext4 system.img, you will get a raw image file named system.img With mkdir system, create directory to mount system.img With sudo mount -o loop -r system.img system/ you will get all files of system.img in system folder With ls -l system/init.rc note permissions: 750 With sudo chmod 777 system/init.rc give write permissions With sudo echo “#MODIFICATION ” >> system/init.rc done some modification in init.rc With sudo chmod 750 init.rc reset init.rc to …

How to unpack, modify, pack and image file in Linux Read More »

Menjajal Linux Lakka, Sistem Operasi Yang Mengubah Komputer Jadul Jadi Konsol Game Keren

Menjajal Linux Lakka, Sistem Operasi Yang Mengubah Komputer Jadul Jadi Konsol Game Keren Kali ini saya membahas tentang Linux Lakka. Apa itu Linux Lakka dan pengalaman saya menggunakan Linux Lakka. Mau bikin laptop atau komputer kamu jadi konsol game layaknya PS ( Play Station ) atau Nintendo? Pakai saja Linux Lakka, salah distro linux yang …

Menjajal Linux Lakka, Sistem Operasi Yang Mengubah Komputer Jadul Jadi Konsol Game Keren Read More »

List of Security App in Linux

1) Wireshark — network traffic analyzer Wireshark is a network traffic analyzer, or “sniffer”, for Unix and Unix-like operating systems. A sniffer is a tool used to capture packets off the wire. Wireshark decodes numerous protocols (too many to list).This package provides wireshark (the GTK+ version)