Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 746 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 746 Bytes

Misc-work

Table of contents

Linux Command

How find & delete at once

find ./ -iname rea* -exec rm {} \;

Parrot Linux HiDPI command

gsettings set org.mate.interface window-scaling-factor $1

Tools

PhoneSploit is an all-in-one hacking tool written in Python to remotely exploit Android devices using ADB and Metasploit. It can automatically create, install, and run payloads on the target device.