Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SharonBrizinov authored Jan 17, 2021
1 parent 63d538e commit 564f321
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# S3Viewer [![Build Status](https://travis-ci.com/SharonBrizinov/s3viewer.svg?branch=main)](https://travis-ci.com/SharonBrizinov/s3viewer)
## Publicly open storage viewer (Amazon S3 Bucket, Azure Blob, FTP server, HTTP Index Of/)

<img src="packaging/icons/icon_3s.jpg" width="200">
<p align="center">
<img src="packaging/icons/icon_3s.jpg" width="200">
</p>


`s3viewer` is a free tool for security researchers that lists the content of publicly open storages and helps to identify leaking data. The tool allows you to view all the files in a given storage and download selected files and directories. The goal is to identify the owner of the storage as quickly as possible in order to report that data is leaking from it.
Expand All @@ -13,13 +15,13 @@ Supported open storage:
- HTTP Index Of / Pages (Apache/nginx-style directory listing)


![Simplified](example/simplified.png)
![Demo](example/demo.gif)


The tool lists directory contents and display them in a tree view GUI from which you can navigate to view all directories and files and even download them. You can also use the `Load` button to load a pre-downloaded dirlist to view the directory hierarchy offline.


![Demo](example/demo.gif)
![Simplified](example/simplified.png)


## Feature List
Expand Down

0 comments on commit 564f321

Please sign in to comment.