Skip to content

Commit a483c99

Browse files
committedApr 26, 2020
Update README.md
1 parent 4f49412 commit a483c99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
* [Execute OS cmd](https://github.com/nallamuthu/Python_Snippets/blob/master/Scanner/execute_command.py) - Execute any OS command from python and return the status
1010

1111
## Tools Scanner:
12-
* [NMAP](https://github.com/nallamuthu/Python_Snippets/blob/master/Scanner/nmap_scanner.py) - Invoke NMAP Scan from from python and save the result to XML File
12+
* [NMAP](https://github.com/nallamuthu/Python_Snippets/blob/master/Scanner/nmap_scanner.py) - Invoke NMAP Scan from python and save the result to XML File
1313
* [SSL Certificate](https://github.com/nallamuthu/Python_Snippets/blob/master/Scanner/ssl_certificate_scanner.py) - Request Remote https Site URL and parse the certificate details and return in dictonary
1414
* [HTTP Headers](https://github.com/nallamuthu/Python_Snippets/blob/master/Scanner/http_security_header_scanner.py) - Request Remote https/http Site URL and scan for the HTTP Security Headers
15+
* [TestSSL](https://github.com/nallamuthu/Python_Snippets/blob/master/Scanner/testssl_scanner.py) - Invoke testssl Scanner from python and save the result to CSV File
1516

1617
## Tools Parser:
1718
* [NMAP](https://github.com/nallamuthu/Python_Snippets/blob/master/Parser/nmap_xml_parser.py) - Parse XML Output file and return the details in ditonary

0 commit comments

Comments
 (0)
Please sign in to comment.