Skip to content

Instantly share code, notes, and snippets.

@vadimszzz
Created February 14, 2022 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vadimszzz/0969af991554fe91bfde821bdb88d5d7 to your computer and use it in GitHub Desktop.
Save vadimszzz/0969af991554fe91bfde821bdb88d5d7 to your computer and use it in GitHub Desktop.
echo 'Books
Business
Developer\ Tools
Education
Entertainment
Finance
Food\ &\ Drink
Games
Graphics\ &\ Design
Health\ &\ Fitness
Lifestyle
Magazines\ &\ Newspapers
Medical
Music
Navigation
News
Photo\ &\ Video
Productivity
Reference
Shopping
Social\ Networking
Sports
Travel
Utilities
Weather' | xargs -n1 \
exynex appstore topfree \
--platform ios \
--limit 100 \
-i us -k url \
--category | xargs -xn1 \
exynex analyze app \
--static-analysis \
--dynamic-analysis \
--timeout=2000 \
--grant-permissions \
--grant-tracking-permission \
--bypass-jailbreak \
--ui-bruteforce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment