Skip to content

Commit

Permalink
Spelling correction & version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tib3rius committed Sep 3, 2023
1 parent b2f5c9d commit 7584476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ AutoRecon was inspired by three tools which the author used during the OSCP labs
* Customizable service scanning plugins for further enumeration.
* Suggested manual follow-up commands for when automation makes little sense.
* Ability to limit port scanning to a combination of TCP/UDP ports.
* Ability to skip port scanning phase by suppling information about services which should be open.
* Ability to skip port scanning phase by supplying information about services which should be open.
* Global and per-scan pattern matching which highlights and extracts important information from the noise.
* An intuitive directory structure for results gathering.
* Full logging of commands that were run, along with errors if they fail.
Expand Down
2 changes: 1 addition & 1 deletion autorecon/main.py
Expand Up @@ -17,7 +17,7 @@
from autorecon.plugins import Pattern, PortScan, ServiceScan, Report, AutoRecon
from autorecon.targets import Target, Service

VERSION = "2.0.33"
VERSION = "2.0.34"

if not os.path.exists(config['config_dir']):
shutil.rmtree(config['config_dir'], ignore_errors=True, onerror=None)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "autorecon"
version = "2.0.33"
version = "2.0.34"
description = "A multi-threaded network reconnaissance tool which performs automated enumeration of services."
authors = ["Tib3rius"]
license = "GNU GPL v3"
Expand Down

0 comments on commit 7584476

Please sign in to comment.