Skip to content

Commit

Permalink
draft modules
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Dec 17, 2024
1 parent 2efcf37 commit cc1258a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ requires "Net::IP";
requires "UUID::Tiny", "1.04";
requires "WWW::Mechanize";
requires "WWW::Wappalyzer";
requires "Redis";
requires "Redis";
requires "IO::Socket::SSL";
requires "DateTime::TimeZone";
requires "Masscan::Scanner";
5 changes: 5 additions & 0 deletions lib/Spellbook/Android/Schemes.pm
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
package Spellbook::Android::Schemes {

}

1;
# https://github.com/teknogeek/get_schemas
7 changes: 7 additions & 0 deletions lib/Spellbook/Recon/FavIcon.pm
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
package Spellbook::Recon::FavIcon {
use strict;
use warnings;
}

1;

# https://github.com/devanshbatham/FavFreak

0 comments on commit cc1258a

Please sign in to comment.