Skip to content

Commit

Permalink
Merge pull request #27 from s0md3v/v1.0.5
Browse files Browse the repository at this point in the history
V1.0.5
  • Loading branch information
s0md3v committed Jul 26, 2018
2 parents 38f129c + c6a1475 commit 32f5c3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### v1.0.5
- Added exporter plugin
- Added seamless update ability
- Fixed a bug in update function

#### v1.0.4
- Fixed an issue which caused regular links to be saved in robots.txt
- Simplified `flash` function
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Photon [![python](https://img.shields.io/badge/Python-2.x|3.x-green.svg?style=style=flat-square)](https://www.python.org/downloads/) [![license](https://img.shields.io/badge/License-GPL--v3-orange.svg?style=style=flat-square)](https://www.gnu.org/licenses/gpl-3.0.en.html) [![version](https://img.shields.io/badge/Version-1.0.4-blue.svg?style=style=flat-square)](https://github.com/s0md3v/Photon/blob/master/CHANGELOG.md) [![plugins](https://img.shields.io/badge/Plugins-1-yellow.svg?style=style=flat-square)](https://github.com/s0md3v/Photon/tree/master/plugins) [![twitter](https://img.shields.io/badge/[email protected]?style=style=flat-square)](https://twitter.com/s0md3v/)
# Photon [![python](https://img.shields.io/badge/Python-2.x|3.x-green.svg?style=style=flat-square)](https://www.python.org/downloads/) [![license](https://img.shields.io/badge/License-GPL--v3-orange.svg?style=style=flat-square)](https://www.gnu.org/licenses/gpl-3.0.en.html) [![version](https://img.shields.io/badge/Version-1.0.5-blue.svg?style=style=flat-square)](https://github.com/s0md3v/Photon/blob/master/CHANGELOG.md) [![plugins](https://img.shields.io/badge/Plugins-1-yellow.svg?style=style=flat-square)](https://github.com/s0md3v/Photon/tree/master/plugins) [![twitter](https://img.shields.io/badge/[email protected]?style=style=flat-square)](https://twitter.com/s0md3v/)

Photon is a lightning fast web crawler which extracts URLs, files, intel & endpoints from a target.

Expand Down Expand Up @@ -38,7 +38,7 @@ Photon's capabilites can be further extended by using plugins.
Available plugins:

- **[dnsdumpster](https://github.com/s0md3v/Photon/wiki/Usage#dumping-dns-data)**: Generates an image containing the DNS data of the target domain.
- **Exporter**: Plugin to export results in JSON, support for more formats is being developed.
- **[Exporter](https://github.com/s0md3v/Photon/wiki/Usage#export-formatted-result)**: Plugin to export results in JSON, support for more formats is being developed.

Plugins in active development:

Expand Down

0 comments on commit 32f5c3f

Please sign in to comment.