Skip to content

Commit c629980

Browse files
committed
Merge branch 'master' of https://github.com/darryllane/Bluto
2 parents 2ee1621 + c22b6f9 commit c629980

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Bluto/bluto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if __name__ == "__main__":
7777
parser.add_argument('-e', help='Used for brute forcing with a very large list of SubDomains', required=False, action='store_true')
7878
parser.add_argument('-t', type=int, help='Used to set the timeout, in seconds.', required=False)
7979
parser.add_argument('-d', help='Used for setting the target domain', required=False)
80-
parser.add_argument('-api', help='Supply your free Emial Hunter API key to gather even more email addresses', required=False)
80+
parser.add_argument('-api', help='Supply your free Email Hunter API key to gather even more email addresses', required=False)
8181
args = vars(parser.parse_args())
8282
if args['t']:
8383
timeout_value = args['t']

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
77
>https://github.com/darryllane/Bluto
88
9+
Like Bluto?
10+
====
11+
Give us a vote: https://n0where.net/dns-analysis-tool-bluto/
12+
913
Bluto has gone through a large code base change and various feature additions have been added since its first day on the job. Now that RandomStorm has been consumed and no longer exists, I felt it time to move the repo to a new location. So from this git push onwards Bluto will live here. I hope you enjoy the new Bluto.
1014

1115

@@ -19,9 +23,10 @@ Bluto requires various other dependencies. So to make things as easy as possible
1923

2024
Bluto now takes command line arguments at launch, the new options are as follows;
2125

22-
-e This uses a very large subdomain list for bruting.
23-
-api You can supply your email hunter api key here to gather a considerably larger amount of email addresses.
24-
-d Used to specify the target domain on the commandline.
26+
-e This uses a very large subdomain list for bruting.
27+
-api You can supply your email hunter api key here to gather a considerably larger amount of email addresses.
28+
-d Used to specify the target domain on the commandline.
29+
-t Used to set a timeout value in seconds. Default is 10
2530

2631
**Examples:** (feel free to use this EmailHunter API Key until it is removed)
2732

@@ -66,6 +71,10 @@ Change/Feature Requests
6671

6772
Changelog
6873
====
74+
* Version __2.3.6__ (__14/08/2016__):
75+
* BugFixes
76+
* Timeout value can be parsed as argument (-t 5)
77+
6978
* Version __2.3.2__ (__02/08/2016__):
7079
* MetaData Scraping From Document Hunt On Target Domain
7180
* Target Domain Parsed As Argument

0 commit comments

Comments
 (0)