Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running multiple rules and apps #28

Closed
R3zk0n opened this issue Dec 18, 2022 · 6 comments
Closed

Running multiple rules and apps #28

R3zk0n opened this issue Dec 18, 2022 · 6 comments

Comments

@R3zk0n
Copy link

R3zk0n commented Dec 18, 2022

Hi, Thankyou for open sourcing this tool. Its wonderful and I really enjoy how fast it is, i am still learning writing the rules correctly at the moment but the "Tutorial" for path traversal helped alot!

Is it possible to run the engine with multiple rules and apks? I tried to use "Rule1, Rule2" but it appears to error out, maybe something i am missing?

Thankyou!

@nkbai
Copy link
Collaborator

nkbai commented Dec 21, 2022

this is a sample:

{
  //apk to anlayze
  "apkPath": "/Users/bai/dev/tmp/BypassPathTraversal/apk/app-debug.apk",
  //result output directory
  "out": "out",
  "rules": "ContentProviderPathTraversal.json,broadcastIMEI.json",
  "maxPointerAnalyzeTime": 600,
  //print more info about this rule
  "debugRule": "unZipSlip"
}

appshark supports multiple rules, but don't support multiple apks at the same time.

@R3zk0n
Copy link
Author

R3zk0n commented Jan 10, 2023

Ah thankyou, Im trying to write a rule for setResult issue, however I cant seem to get the format correctly, I tried to sign up to the LARK channel but it says its an invalid QR code, is there place to discuss writing rules? :)

@nkbai
Copy link
Collaborator

nkbai commented Jan 11, 2023

I tried to sign up to the LARK channel but it says its an invalid QR code
Did you scan this qr code with lark?

@R3zk0n
Copy link
Author

R3zk0n commented Jan 11, 2023

Yes sir!

@nkbai
Copy link
Collaborator

nkbai commented Jan 11, 2023

Yes sir!

can you show me the error result?
I just tested it and there is no problem with this QR code.

@R3zk0n
Copy link
Author

R3zk0n commented Jan 11, 2023

Ah i was scanning in the wrong place! apologies. Closing the ticket :)

@R3zk0n R3zk0n closed this as completed Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants