Skip to content

Commit 1211689

Browse files
committed
fixes #405
1 parent a9b57be commit 1211689

File tree

1 file changed

+4
-0
lines changed
  • cSploit/src/org/csploit/android/net/datasource

1 file changed

+4
-0
lines changed

cSploit/src/org/csploit/android/net/datasource/Rapid7.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ public static MsfExploit parsePage(String html) {
179179
}
180180
}
181181

182+
// name is a required field
183+
if(name == null)
184+
return null;
185+
182186
return new MsfExploit(name, summary, description, ranking, targets, authors, platforms, architectures, references);
183187
}
184188

0 commit comments

Comments
 (0)