Skip to content

Commit 20bfab9

Browse files
committed
edits readme
1 parent ee7e9c5 commit 20bfab9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
#What?
1+
# What?
22
A tool to locate your Unix PC on the same network by using your credentials.
33
There are essentially 2 modes of operation, either using nmap on Linux machines for searching, or using it on a Windows machine which may not have nmap.
44

55
This is essentially in situations where ZeroConf may not be suitable. For systems compatible with ZeroConf, please visit the Avahi website.
66

7-
##Package Dependencies
7+
## Package Dependencies
88
- [paramiko](http://docs.paramiko.org/)
99
- [nmap](https://nmap.org/)
1010
- [sshpass](http://sourceforge.net/projects/sshpass/)
1111

12-
##Usage
12+
## Usage
1313
Clone the project in your directory. Ensure that the Python package dependencies are met.
1414

1515
Run:
@@ -30,6 +30,6 @@ $ ./sherlock.py -r
3030
$ ./sherlock.py -h
3131
```
3232

33-
##TODO:
33+
## TODO:
3434
- Hide error messages and log them.
3535
- install script

0 commit comments

Comments
 (0)