-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Days ago, I had some WordPress projects hacked.
Then I've been looking for malicious code, and I saw this:
function testBasicParsing() {
$url = new SimpleUrl('https://www.lastcraft.com/test/');
$this->assertEqual($url->getScheme(), 'https');
$this->assertEqual($url->getHost(), 'www.lastcraft.com');
$this->assertEqual($url->getPath(), '/test/');
}Check this file
LastCraft Archive
Why does the CCTM has this code?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels