You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,10 @@
9
9
*[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
10
10
11
11
## 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
13
13
*[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
14
14
*[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
15
16
16
17
## Tools Parser:
17
18
*[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