Skip to content

Commit

Permalink
Update parseExploitRequirements.src
Browse files Browse the repository at this point in the history
- Added applyFunction() function.
  • Loading branch information
irtsa-dev authored Dec 26, 2024
1 parent 0e1da32 commit 44ff8cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/parseExploitRequirements.src
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
parseExploitRequirements = function(exploits)
list.applyFunction = function(func)
for i in range(self.len - 1)
self[i] = func(self[i])
end for
return self
end function

getExploitNames = function(exploits)
exploits = exploits.split("Unsafe check: ")[1:]
for i in range(exploits.len - 1)
Expand Down

0 comments on commit 44ff8cc

Please sign in to comment.