File: malware.pl

package info (click to toggle)
libnet-abuse-utils-perl 0.27-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 2,128; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/perl -w

use strict;

use lib './lib';

use Net::Abuse::Utils qw/get_malware/;
use Data::Dumper;


my $hash = '733a48a9cb49651d72fe824ca91e8d00';
my $ret = get_malware($hash);

warn Dumper($ret);