Skip to content

Commit 0662d4a

Browse files
committed
Add logo
1 parent 2e579ea commit 0662d4a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
# auth-log-scraper
1+
<p align="center">
2+
<img src="assets/logo.png" alt="auth-log-scraper" />
3+
</p>
24

35
<p align="center">
46
<img src="https://github.com/bcoles/auth-log-scraper/actions/workflows/tests.yml/badge.svg" alt="Build Status"/>
57
<img src="https://img.shields.io/github/v/release/bcoles/auth-log-scraper" alt="Release"/>
68
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"/>
79
</p>
810

11+
12+
<h1 align="center">auth-log-scraper</h1>
13+
<p align="center"><i>Search Linux auth logs for usernames that look like accidentally typed passwords.</i></p>
14+
15+
---
16+
917
A Rust CLI tool that scrapes Linux authentication log files for usernames, flagging any that appear to be accidentally entered passwords (e.g., when a user types their password in the username field during SSH login).
1018

1119
## How It Works

assets/logo.png

589 KB
Loading

0 commit comments

Comments
 (0)