Skip to content

Commit 4ec8beb

Browse files
committed
v2.1.0
1 parent 7a66e1c commit 4ec8beb

14 files changed

+446
-435
lines changed

.github/FUNDING.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# These are supported funding model platforms
22

33
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: # Replace with a single Patreon username
4+
patreon: m8r0wn
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: m8r0wn
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
88
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
liberapay: m8r0wn
9+
liberapay: # Replace with a single Liberapay username
1010
issuehunt: # Replace with a single IssueHunt username
1111
otechie: # Replace with a single Otechie username
12-
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
12+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ The number of rows captured in reports, blacklisted databases & tables, and keyw
88
## Installation
99
Kali Linux was designed and testing using Python3 on the Kali Linux operating system. However, backwards compatibility has recently been added for Python2.7.
1010

11-
*Use the requirements file to install the necessary Python packages. If you still expience import issues, try the archived setup.sh file in the setup folder*
11+
*Use the requirements file to install the necessary Python packages. If you still experience import issues, try the setup.sh file*
1212
```bash
1313
git clone https://github.com/m8r0wn/enumdb
1414
cd enumdb
15-
pip3 install -r setup/requirements.txt
15+
pip3 install -r requirements.txt
1616
``````
1717

1818
## Usage

change_log.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### Change Log
22

3+
#### v.2.1.0
4+
* Reformat code structure
5+
36
#### v.2.0.7
47
* Implement IPParser module to extract host information from cmd args
58

0 commit comments

Comments
 (0)