We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f6e40 commit 450cf38Copy full SHA for 450cf38
1 file changed
cSploit/src/org/csploit/android/net/GitHubParser.java
@@ -62,7 +62,7 @@ public static GitHubParser getMsfRepo() {
62
msfRepo = new GitHubParser(customUsername, customProject);
63
}
64
65
- msfRepo.mTagFilter = "csploit";
+ msfRepo.mTagFilter = ".*csploit.*";
66
67
return msfRepo;
68
0 commit comments