Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
5amu committed Feb 8, 2024
1 parent fe45ff0 commit e0d152d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
[![Validate](https://github.com/5amu/pocbrowser/actions/workflows/validate.yml/badge.svg)](https://github.com/5amu/pocbrowser/actions/workflows/validate.yml)
[![Release](https://github.com/5amu/pocbrowser/actions/workflows/release.yml/badge.svg)](https://github.com/5amu/pocbrowser/actions/workflows/release.yml)
<h1 align="center">
<br>
<img src="assets/pocbrowser_logo.png" width="200px" alt="DNSHunter">
<br>
🔎 POC Browser 🔍
</h1>

# PoC Browser 🔍
<h4 align="center">A tool to find exploits for a given CVE.</h4>

This is very similar to another project of mine, but I implemented it using [Crystal](https://crystal-lang.org/) because "Why Not?"
<p align="center">
<img src="https://github.com/5amu/pocbrowser/actions/workflows/release.yml/badge.svg">
<img src="https://github.com/5amu/pocbrowser/actions/workflows/validate.yml/badge.svg">
</p>

---

## Very cool, but what it does?

Expand All @@ -14,6 +23,8 @@ The tool is basically a scraper, it scrapes some websites to find repositories,
* ExploitDB, scraping the search page
* Youtube, scraping the results page

I implemented it using [Crystal](https://crystal-lang.org/) because "Why Not?"

## Usage

```
Expand Down Expand Up @@ -43,6 +54,6 @@ OPTIONAL ARGUMENTS
-h, --help Show help
```

## Installation
## Install

Get it from the [release page](https://github.com/5amu/pocbrowser/releases) of this repo. It is built with a Github action, so you can trust the binary.
Get it from the [release page](https://github.com/5amu/pocbrowser/releases) of this repo.
Binary file added assets/pocbrowser_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e0d152d

Please sign in to comment.