Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vadim-a-yegorov/8397052d86d90d32842404dc2b6361e6 to your computer and use it in GitHub Desktop.
Save vadim-a-yegorov/8397052d86d90d32842404dc2b6361e6 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