Skip to content

Commit

Permalink
added note
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Feb 26, 2024
1 parent 95b8a99 commit 83f3b6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Spellbook/Exploit/Error_Handling.pm
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package Spellbook::Exploit::Error_Handling {
use strict;
use warnings;

use Spellbook::Core::UserAgent;

sub new {
my ($self, $parameters) = @_;

# detect erros on web pages
# “SQL syntax error''

# path disclosure

return 1;
}
Expand Down

0 comments on commit 83f3b6d

Please sign in to comment.