Skip to content

Commit

Permalink
Merge pull request #54 from Ostorlab/feature/add_mobsf_plugin
Browse files Browse the repository at this point in the history
Add MobSF fingerprint plugin
  • Loading branch information
3asm authored Aug 30, 2024
2 parents 2cb9d42 + 95d9354 commit 58ead8c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/mobsf.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "MobSF"
authors [
"Ostorlab",
]
version "0.1"
description "MobSF is a Mobile Security Framework"
website "https://github.com/MobSF/Mobile-Security-Framework-MobSF"

matches [
{
:text => "Mob<strong>SF</strong>",
:text => "<strong> Mob</strong>SF</span>"
}
]
end

0 comments on commit 58ead8c

Please sign in to comment.