Skip to content

Commit cc27bdb

Browse files
authored
Update README.md
1 parent ed6954e commit cc27bdb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ enum4linux-ng.py is a rewrite of Mark Lowe's (former Portcullis Labs now Cisco C
1414
I made it for educational purposes for myself and to overcome issues with enum4linux.pl. It has the same functionality as the original tool (though it does some things [differently](#Differences)). Other than the original tool it parses all output of the Samba tools and allows to export all findings as YAML or JSON file. The idea behind this is to allow other tools to import the findings and further process them. It is planned to add new features in the future.
1515

1616
## Features
17-
- support for YAML and JSON output
17+
- support for YAML and JSON export
1818
- colored console output (can be disabled via [NO_COLOR](https://no-color.org/))
1919
- ldapsearch und polenum are natively implemented
2020
- support for legacy SMBv1 connections
@@ -31,10 +31,10 @@ Some things are implemented differently compared to the original enum4linux. The
3131
## Credits
3232
I'd like to thank and give credit to the people at former Portcullis Labs (now Cisco CX Security Labs), namely:
3333
- Mark Lowe for creating the original 'enum4linux.pl' (https://github.com/CiscoCXSecurity/enum4linux)
34-
- Richard "deanx" Dean for creating the original 'polenum' (https://labs.portcullis.co.uk/tools/polenum/)
34+
- Richard 'deanx' Dean for creating the original 'polenum' (https://labs.portcullis.co.uk/tools/polenum/)
3535

3636
In addition, I'd like to thank and give credit to:
37-
- Craig "Wh1t3Fox" West for his fork of 'polenum' (https://github.com/Wh1t3Fox/polenum)
37+
- Craig 'Wh1t3Fox' West for his fork of 'polenum' (https://github.com/Wh1t3Fox/polenum)
3838

3939
It was lots of fun reading your code! :)
4040

@@ -57,7 +57,7 @@ A user 'Tester' with password 'Start123!' was created. Firewall access was allow
5757

5858
![Demo](https://github.com/cddmp/misc/blob/master/screencasts/enum4linux-ng/demo1.gif)
5959

60-
The second demo shows a run against Metasploitable2. The following command is being used:
60+
The second demo shows a run against Metasploitable 2. The following command is being used:
6161

6262
```enum4linux-ng.py 192.168.125.145 -A -C```
6363

@@ -127,7 +127,7 @@ In addition, you will need the following Python packages:
127127
- PyYaml
128128
- impacket
129129

130-
For a faster processing of YAML (optional!) also install (should come as a dependcy for PyYaml for most Linux distributions):
130+
For a faster processing of YAML (optional!) also install (should come as a dependency for PyYaml for most Linux distributions):
131131
- LibYAML
132132

133133
Some examples for specific Linux distributions installations are listed below. Alternatively, distribution-agnostic ways (python pip, python virtual env and Docker) are possible.

0 commit comments

Comments
 (0)