├── CVE-2010-2730 ├── IIS7.5_Multiple_Headers_DoS_CVE-2010-2730.py └── readme.md ├── GetIDsFromMSFExploitNames ├── README.md ├── msf_all_exp_name.csv ├── msf_all_exploits_to_ids.csv ├── msf_exp2id_allprints.py └── msf_exp2id_noprints.py ├── HTTP_DumbFuzzer ├── README.md └── WebServer_Fuzzer.py ├── MSOffice_DLLHijacking ├── OfficeDLLhijacking.zip ├── Untitled Document ├── poc.doc ├── poc.docx ├── poc.rtf ├── readme.md ├── reg_list.py ├── reg_list_openfiles.py └── with_clsid.rtf ├── README.md └── l7proto_anomalies ├── README ├── dnsanomalies.py ├── ftpanomalies.py ├── httpanomalies.py ├── httpanomalies.pyc ├── imapanomalies.py ├── ldapanomalies.py ├── msrpcanomalies.py ├── pop3anomalies.py ├── send_anomaly_traffic.py ├── sipanomalies.py ├── smbanomalies.py ├── smtpanomalies.py ├── snmpanomalies.py └── tftpanomalies.py /CVE-2010-2730/IIS7.5_Multiple_Headers_DoS_CVE-2010-2730.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/CVE-2010-2730/IIS7.5_Multiple_Headers_DoS_CVE-2010-2730.py -------------------------------------------------------------------------------- /CVE-2010-2730/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/CVE-2010-2730/readme.md -------------------------------------------------------------------------------- /GetIDsFromMSFExploitNames/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/GetIDsFromMSFExploitNames/README.md -------------------------------------------------------------------------------- /GetIDsFromMSFExploitNames/msf_all_exp_name.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/GetIDsFromMSFExploitNames/msf_all_exp_name.csv -------------------------------------------------------------------------------- /GetIDsFromMSFExploitNames/msf_all_exploits_to_ids.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/GetIDsFromMSFExploitNames/msf_all_exploits_to_ids.csv -------------------------------------------------------------------------------- /GetIDsFromMSFExploitNames/msf_exp2id_allprints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/GetIDsFromMSFExploitNames/msf_exp2id_allprints.py -------------------------------------------------------------------------------- /GetIDsFromMSFExploitNames/msf_exp2id_noprints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/GetIDsFromMSFExploitNames/msf_exp2id_noprints.py -------------------------------------------------------------------------------- /HTTP_DumbFuzzer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/HTTP_DumbFuzzer/README.md -------------------------------------------------------------------------------- /HTTP_DumbFuzzer/WebServer_Fuzzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/HTTP_DumbFuzzer/WebServer_Fuzzer.py -------------------------------------------------------------------------------- /MSOffice_DLLHijacking/OfficeDLLhijacking.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/MSOffice_DLLHijacking/OfficeDLLhijacking.zip -------------------------------------------------------------------------------- /MSOffice_DLLHijacking/Untitled Document: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/MSOffice_DLLHijacking/Untitled Document -------------------------------------------------------------------------------- /MSOffice_DLLHijacking/poc.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/MSOffice_DLLHijacking/poc.doc -------------------------------------------------------------------------------- /MSOffice_DLLHijacking/poc.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/MSOffice_DLLHijacking/poc.docx -------------------------------------------------------------------------------- /MSOffice_DLLHijacking/poc.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/MSOffice_DLLHijacking/poc.rtf -------------------------------------------------------------------------------- /MSOffice_DLLHijacking/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/MSOffice_DLLHijacking/readme.md -------------------------------------------------------------------------------- /MSOffice_DLLHijacking/reg_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/MSOffice_DLLHijacking/reg_list.py -------------------------------------------------------------------------------- /MSOffice_DLLHijacking/reg_list_openfiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/MSOffice_DLLHijacking/reg_list_openfiles.py -------------------------------------------------------------------------------- /MSOffice_DLLHijacking/with_clsid.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/MSOffice_DLLHijacking/with_clsid.rtf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/README.md -------------------------------------------------------------------------------- /l7proto_anomalies/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/l7proto_anomalies/README -------------------------------------------------------------------------------- /l7proto_anomalies/dnsanomalies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/l7proto_anomalies/dnsanomalies.py -------------------------------------------------------------------------------- /l7proto_anomalies/ftpanomalies.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /l7proto_anomalies/httpanomalies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/l7proto_anomalies/httpanomalies.py -------------------------------------------------------------------------------- /l7proto_anomalies/httpanomalies.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/l7proto_anomalies/httpanomalies.pyc -------------------------------------------------------------------------------- /l7proto_anomalies/imapanomalies.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /l7proto_anomalies/ldapanomalies.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /l7proto_anomalies/msrpcanomalies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/l7proto_anomalies/msrpcanomalies.py -------------------------------------------------------------------------------- /l7proto_anomalies/pop3anomalies.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /l7proto_anomalies/send_anomaly_traffic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/l7proto_anomalies/send_anomaly_traffic.py -------------------------------------------------------------------------------- /l7proto_anomalies/sipanomalies.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /l7proto_anomalies/smbanomalies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/praveendhac/VulnerabilityResearch/HEAD/l7proto_anomalies/smbanomalies.py -------------------------------------------------------------------------------- /l7proto_anomalies/smtpanomalies.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /l7proto_anomalies/snmpanomalies.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /l7proto_anomalies/tftpanomalies.py: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------