All Projects → lillypad → chrome-crusader

lillypad / chrome-crusader

Licence: other
Chrome Crusader

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to chrome-crusader

Ghost
👻 RAT (Remote Access Trojan) - Silent Botnet - Full Remote Command-Line Access - Download & Execute Programs - Spread Virus' & Malware
Stars: ✭ 312 (+1200%)
Mutual labels:  botnet, malware
Linux.mirai
Leaked Linux.Mirai Source Code for Research/IoC Development Purposes
Stars: ✭ 466 (+1841.67%)
Mutual labels:  botnet, malware
M-Botnet
A C2 project that controls a self-propagating MS17-010 worm.
Stars: ✭ 39 (+62.5%)
Mutual labels:  botnet, malware
Uboat
HTTP Botnet Project
Stars: ✭ 573 (+2287.5%)
Mutual labels:  botnet, malware
Arsenal
Extensible Red Team Framework
Stars: ✭ 99 (+312.5%)
Mutual labels:  botnet, malware
Botnets
This is a collection of #botnet source codes, unorganized. For EDUCATIONAL PURPOSES ONLY
Stars: ✭ 2,523 (+10412.5%)
Mutual labels:  botnet, malware
Gobot2
Second Version of The GoBot Botnet, But more advanced.
Stars: ✭ 431 (+1695.83%)
Mutual labels:  botnet, malware
Brutus
A Python-powered exploitation framework and botnet.
Stars: ✭ 17 (-29.17%)
Mutual labels:  botnet, malware
Malware Samples
A collection of malware samples caught by several honeypots i manage
Stars: ✭ 863 (+3495.83%)
Mutual labels:  botnet, malware
Malware
Rootkits | Backdoors | Sniffers | Virus | Ransomware | Steganography | Cryptography | Shellcodes | Webshells | Keylogger | Botnets | Worms | Other Network Tools
Stars: ✭ 156 (+550%)
Mutual labels:  botnet, malware
Telnet Iot Honeypot
Python telnet honeypot for catching botnet binaries
Stars: ✭ 252 (+950%)
Mutual labels:  botnet, malware
Spyware
Python-based spyware for Windows that logs the foreground window activites, keyboard inputs. Furthermore it is able to take screenshots and and run shell commands in the background.
Stars: ✭ 31 (+29.17%)
Mutual labels:  malware
rkorova
ld_preload userland rootkit
Stars: ✭ 34 (+41.67%)
Mutual labels:  malware
GoriaNet
🐼 IoT worm written in pure golang.
Stars: ✭ 64 (+166.67%)
Mutual labels:  botnet
decrypticon
Java-layer Android Malware Simplifier
Stars: ✭ 17 (-29.17%)
Mutual labels:  malware
CleanUnwantedUpdates
A set of scripts to detect updates of Microsoft (TM) Windows (TM) OS which harm users' privacy and uninstall them
Stars: ✭ 24 (+0%)
Mutual labels:  malware
ZBOT-Botnet
IRC based botnet developed in C
Stars: ✭ 25 (+4.17%)
Mutual labels:  botnet
antianalysis demos
Set of antianalysis techniques found in malware
Stars: ✭ 108 (+350%)
Mutual labels:  malware
MsfMania
Python AV Evasion Tools
Stars: ✭ 388 (+1516.67%)
Mutual labels:  malware
go-malware
Golang Virus Examples
Stars: ✭ 67 (+179.17%)
Mutual labels:  malware

License: GPL v3 Python 2 Python 3 PyPI

Chrome Crusader

Chrome Crusader is a Google Chrome browser extension malware / botnet.

Chrome Crusader

Demo Video

Interesting Facts

In the words of Google:

When writing a content script, you should be aware of two security issues. First, be careful not to introduce security vulnerabilities into the web site your content script is injected into. For example, if your content script receives content from another web site (for example, by making an XMLHttpRequest), be careful to filter that content for cross-site scripting attacks before injecting the content into the current page. For example, prefer to inject content via innerText rather than innerHTML. Be especially careful when retrieving HTTP content on an HTTPS page because the HTTP content might have been corrupted by a network "man-in-the-middle" if the user is on a hostile network.

:trollface: It's so easy to bypass cross-site scripting and security headers in this malware anyone can do it :trollface:

Screenshots

Chrome Crusader

Building Chrome Crusader

Download Source

git clone https://github.com/lillypad/chrome-crusader.git
cd chrome-crusader/

Building Chrome Extension

./configure.sh
make chrome

Building Chromium Extension

./configure.sh
make chromium

Building Documents

make docs

Installing CnC Server

cd cnc-server/
sudo python setup.py install
ccserver.py

Disclaimer

By using this free software you indemnify and hold harmless it's creators and understand you are using this at your own risk.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].