mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 19:59:05 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/apkleaks
Normal file
22
tldr/apkleaks
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
syntax: markdown
|
||||||
|
tags: [tldr, common]
|
||||||
|
source: https://github.com/tldr-pages/tldr.git
|
||||||
|
---
|
||||||
|
# apkleaks
|
||||||
|
|
||||||
|
> An APK file scanner for exposing URIs, endpoints, and secrets.
|
||||||
|
> Note: APKLeaks utilizes the `jadx` disassembler to decompile APK files.
|
||||||
|
> More information: <https://github.com/dwisiswant0/apkleaks>.
|
||||||
|
|
||||||
|
- Scan an APK [f]ile for URIs, endpoints, and secrets:
|
||||||
|
|
||||||
|
`apkleaks --file {{path/to/file.apk}}`
|
||||||
|
|
||||||
|
- Scan and save the [o]utput to a specific file:
|
||||||
|
|
||||||
|
`apkleaks --file {{path/to/file.apk}} --output {{path/to/output.txt}}`
|
||||||
|
|
||||||
|
- Pass `jadx` disassembler [a]rguments:
|
||||||
|
|
||||||
|
`apkleaks --file {{path/to/file.apk}} --args "{{--threads-count 5 --deobf}}"`
|
||||||
@@ -8,6 +8,10 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
> Control a running PulseAudio sound server.
|
> Control a running PulseAudio sound server.
|
||||||
> More information: <https://manned.org/pactl>.
|
> More information: <https://manned.org/pactl>.
|
||||||
|
|
||||||
|
- Show information about the sound server:
|
||||||
|
|
||||||
|
`pactl info`
|
||||||
|
|
||||||
- List all sinks (or other types - sinks are outputs and sink-inputs are active audio streams):
|
- List all sinks (or other types - sinks are outputs and sink-inputs are active audio streams):
|
||||||
|
|
||||||
`pactl list {{sinks}} short`
|
`pactl list {{sinks}} short`
|
||||||
|
|||||||
Reference in New Issue
Block a user