Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Malware Exhibit | 658 | 12 hours ago | mit | Assembly | ||||||
🚀🚀 This is a 🎇🔥 REAL WORLD🔥 🎇 Malware Collection I have Compiled & analysed by researchers🔥 to understand more about Malware threats😈, analysis and mitigation🧐. | ||||||||||
Trojancockroach | 591 | 7 months ago | 17 | mit | C++ | |||||
A Stealthy Trojan Spyware | ||||||||||
Stupidkeylogger | 391 | 5 months ago | 8 | mit | C++ | |||||
A Terrific Keystroke Recorder | ||||||||||
Richkware | 313 | 2 years ago | apache-2.0 | C++ | ||||||
Framework for building Windows malware, written in C++ | ||||||||||
Malware Database | 111 | 2 months ago | gpl-3.0 | Assembly | ||||||
A large repository of malware samples with 2500+ malware samples & source codes for a variety of platforms by Cryptware Apps. | ||||||||||
Ragnarok | 18 | 2 years ago | 2 | C++ | ||||||
Virus Package ( For Educational Purposes ) | ||||||||||
The Malware Design Project | 5 | 2 years ago | Python | |||||||
The repository contains the Malware Projects ---> Malicious Softwares as like RansomWare , Spyware etc developed my own while learning cyber-security and The various workflows and mechanisms of the different types of Malicious softwares like Virus,Trojan and worms | ||||||||||
Hosts Blocking | 4 | 6 years ago | 4 | mit | Shell | |||||
Shell script to manage hosts file by blocking known malware, spyware, virus, shocksites, etc. | ||||||||||
Greenad | 3 | 4 months ago | ||||||||
Remove ads, definitly and the simplest way, internet browser or not. | ||||||||||
Remove_mcafee_virus_and_spyware_protection_service | 2 | 6 years ago | mit | Batchfile | ||||||
Allows silent uninstall of McAfee Virus and Spyware Protection Service (SaaS) with a broken uninstaller |
Small utility that syncronizes the hosts.txt file to the /etc/hosts file.
Script installs the _hosts.txt
into your /etc/hosts
file
A snapshot of the /etc/hosts
is stored inside ./backups
as [email protected]
A file named latest.txt
is created with the contents of the newly created .bak
file from #2
System requirements: git
bash
and sudo
macOS: Install git
via Homebrew
brew install git
Ubuntu: Install git
via apt-get
sudo apt-get install git
CentOS/RHEL: Install git
via yum
sudo yum install git
Manually download git
https://git-scm.com/
From your command line application like Terminal
or iTerm2
run the following:
git clone https://github.com/michaeltrimm/hosts-blocking.git
cd hosts-blocking
sudo ./run.sh --install
Show the help menu...
sudo ./run.sh --help
Copy blocking hosts data to your hosts file
sudo ./run.sh --install
Revert to the previous state of your hosts file
sudo ./run.sh --undo
Revert your hosts file to a stored backup by name
This software is provided "as-is" and comes with absolutely no warranty or guarantee. Please use at your own discretion. No contributor to this project shall be responsible for any issues caused as a result of executing this software. That being said, the software is fully open-source, so have at it... look it over, understand it, and determine on your own merits whether or not you should use it.