Skip to content

Commit de087ad

Browse files
committed
Update README.md
badges!
1 parent b27c490 commit de087ad

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# theZoo - A Live Malware Repository
2+
3+
[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=round)](https://github.com/ytisf/theZoo/issues)
4+
[![HitCount](http://hits.dwyl.com/ytisf/theZoo.svg)](http://hits.dwyl.com/ytisf/theZoo)
5+
[![GitHub stars](https://img.shields.io/github/stars/ytisf/theZoo.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/ytisf/theZoo/stargazers/)
6+
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
7+
8+
![Logo](https://github.com/ytisf/theZoo/raw/gh-pages/MalDB-Logo-Thumb.png)
9+
210
theZoo is a project created to make the possibility of malware analysis open and available to the public. Since we have found out that almost all versions of malware are very hard to come by in a way which will allow analysis, we have decided to gather all of them for you in an accessible and safe way.
311
theZoo was born by Yuval tisf Nativ and is now maintained by Shahak Shalev.
412

513
**theZoo is open and welcoming visitors!**
614

715
If you are about to interact with our community please make sure to read our `CODE-OF-CONDUCT.md` prior to doing so. If you plan to contribute, first - thank you. However, do make sure to follow the standards on `CONTRIBUTING.md`.
816

9-
![](https://github.com/ytisf/theZoo/raw/gh-pages/MalDB-Logo-Thumb.png)
10-
1117
## Disclaimer
1218
theZoo's purpose is to allow the study of malware and enable people who are interested in malware analysis (or maybe even as a part of their job) to have access to live malware, analyse the ways they operate, and maybe even enable advanced and savvy people to block specific malware within their own environment.
1319

@@ -23,7 +29,7 @@ Clone the repository with `git clone https://www.github.com/ytisf/theZoo`. Go to
2329
git clone https://www.github.com/ytisf/theZoo
2430
cd theZoo
2531
pip install --user -r requirements.txt
26-
```
32+
```
2733

2834
Start by running the console:
2935

@@ -63,7 +69,7 @@ The current default state of theZoo runtime is the CLI. The following files and
6369
`/imports` - Contains .py import files used by the rest of the application
6470

6571
`/malwares/Binaries` - The actual malwares samples - be careful! These are very live.
66-
72+
6773
`/malware/Source` - Malware source code.
6874

6975
Malware under the folder `Original` is supposed to be (NO PROMISES!) the original source of the malware that leaked. Malware under the folder `Reversed` is either reversed, decompiled or partially reconstructed.
@@ -121,10 +127,10 @@ Get the file you want to submit and just run `python prep_file.py file_tosubmit.
121127
- [X] Fix auto-complete for malware frameworks. (thanks to 5fingers)
122128
- [X] Consider changing DB to XML or SQLite3. (Sheksa - done :))
123129
- [X] Better UI features.
124-
- [ ] Fix and make 'light' version without malwares with _MalwareFetch function.
130+
- [ ] Fix and make 'light' version without malwares with _MalwareFetch function.
125131

126132
### Hopeful
127-
- [ ] A GUI.
128-
- [ ] Package releases.
133+
- [ ] A GUI.
134+
- [ ] Package releases.
129135

130136
If you have any suggestions or malware that you have indexed (in the manner laid out in the documentation) please send it to us to - thezoo-submissions [a-t] morirt [.d0t.] com - so we can add it for everyone's enjoyment.

0 commit comments

Comments
 (0)