Possible Uses for LLMs #1226
TheTechromancer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now there are a few tasks in BBOT that can't be automated in a traditional way, and I'm starting to think about how we could solve them with Large Language Models.
The task I'm thinking of right now is identifying different types of assets that are technically out of scope, but are still owned by the target and are extremely valuable for OSINT. The biggest example is mobile apps.
Say you want to find every mobile app published by your target, download and decompile them, and loot them for hardcoded secrets. We could automate plenty of the analysis with jadx/apktool, trufflehog, etc. But how would we get the APKs in the first place, without the risk of downloading random junk?
The human workflow for this is basically:
ea.com
, but its human-friendly name would be "Electronic Arts")apkpure.com
.Obviously this task relies a lot on intuition. But this is exactly the type of workflow that can be automated with LLMs using tools like langchain.
@domwhewell-sage
Beta Was this translation helpful? Give feedback.
All reactions