#!/usr/bin/perl
# shellcode generator
print "shellcode: ";
$x1=;
my $data = "$x1";
chomp($data);
my @values = split(undef,$data);
foreach my $val (@values) {
chomp($val);
print 'x';
print unpack(H8,"$val");
}
print "n";
exit 0;

Introduction i-SOON (上海安洵), a prominent contractor for various Chinese government agencies such […]
When I saw a threat actor hijacking the X account of Google's […]
LOCKBIT 3.0 is a notorious Ransomware Group that was first identified on […]