Maltrieve on Mac OS X
Maltrieve originated as a fork of mwcrawler. It retrieves malware directly from the sources as listed at a number of sites, including: Malc0de Malware Black List Malware Domain List VX…
Maltrieve originated as a fork of mwcrawler. It retrieves malware directly from the sources as listed at a number of sites, including: Malc0de Malware Black List Malware Domain List VX…
Conpot is a low interactive server side Industrial Control Systems (ICS) honeypot with the goal to collect intelligence about the motives and methods of adversaries targeting industrial control systems. For…
Requirements Install XcodeCommand Line Tools in the ‘Components’ tab. Installing Homebrew Installing XQuartz:Download installer from http://xquartz.macosforge.org/landing/Install using the installer downloaded from the website. Installing Wine with Homebrew Note: Keeping Wine…
Recently, I purchased Comodo Positive SSL for one of my web. Since this is my new experience on installing SSL onto Apache, I write this article so that anyone can…
For those who are using Github services, and pushing their code via terminal, you may encounter this problem where you will see a folder named .svn on each folder of…
Download the image of the OS you want to boot on your ODROID to the local disk of your Mac If the Image is compressed, unpack it (if it is…
Recently, I want to install MongoDB in my Rasp Pi. But unfortunately, I can’t install MongoDB via apt-get because Rasp Pi is using ARM architecture. Maybe we can compile it…
Recently, I want to run some script using Perl. But I encountered this: Can’t locate Switch.pm in @INC (@INC contains: /Library/Perl/5.16/darwin-thread-multi-2level /Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/Perl/5.16 /Library/Perl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2level /System/Library/Perl/5.16 /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level /System/Library/Perl/Extras/5.16 .)…
Maybe you have heard about the new iOS 7.x jailbreak that has been released to public recently. Some people maybe are getting an error on their Mac OS X saying…
To change your MySQL root password, first you need to connect to the sql server via terminal mysql -u root -p In my case, my root password is null/empty. So…