├── .gitignore ├── CRASHOVERRIDE ├── CRASHOVERRIDE.png └── CRASHOVERRIDE.xmind ├── CVE-2022-40684 ├── CVE-2022-40684.sh └── README.md ├── Cyberweapons Arms Race.png ├── Cyberweapons Arms Race.xmind ├── Dragonfly ├── Dragonfly v1.jpg ├── Dragonfly v1.xmind ├── Dragonfly v2.jpg └── Dragonfly v2.xmind ├── Drupalgeddon2 ├── SA-CORE-2018-002.jpg └── SA-CORE-2018-002.xmind ├── Excel-password ├── README.md └── passwordbreaker.vba ├── LICENSE ├── MS 4025685 ├── MS 4025685.png └── MS 4025685.xmind ├── Meltdown_Spectre ├── Meltdown_Spectre.jpg └── Meltdown_Spectre.xmind ├── O365-python-parse ├── README.md └── o365-python-parse.py ├── PAP.drawio ├── PAP.png ├── SANS_542_cheatsheet ├── apache_2_sql ├── access_log ├── apachelog-1.1.tar.tar.gz ├── apachelog.py ├── apachelog.pyc └── convert.py ├── attack-datasource-to-txt ├── README.md └── convert_yaml.py ├── aws-analyse ├── README.md ├── print_acl_list.py └── print_sg_list.py ├── badrabbit ├── BadRabbit.jpg ├── BadRabbit.xmind └── README.md ├── botnets ├── Hancitor.xmind ├── Necurs.xmind ├── hancitor.jpg └── necurs.jpg ├── cedg.checks ├── cedg.py ├── ceds.checks ├── ceds.py ├── cocktailparty ├── README.md ├── config.py ├── output.png ├── requirements.txt └── serve-a-cocktail.py ├── covid-19-feed └── blocklist_generator.py ├── curlmirror.txt ├── cvss ├── CVSS3.png └── cvss3.xmind ├── dde-attack ├── README.md ├── dde.jpg └── dde.xmind ├── ddos-protection └── DDoS-proactive-reactive.pdf ├── ddosia-extract └── parse_ddosia.py ├── dfir-iris ├── README.md ├── add_assets.py ├── add_iocs.py └── assets.csv ├── dns-from-etl-evtx-check-misp ├── README.md └── parse_dns_evtx.py ├── drupalexploit_2014_3704.php ├── evernote_in_wordpress.php ├── exportdrupal.py ├── file_signatures └── File Signatures.html ├── get-urlscan.py ├── get_rawdata_arbor.py ├── getzoneh.php ├── goomapify ├── assets │ ├── css │ │ ├── bootstrap-responsive.css │ │ ├── bootstrap.css │ │ └── docs.css │ ├── ico │ │ ├── apple-touch-icon-114-precomposed.png │ │ ├── apple-touch-icon-144-precomposed.png │ │ ├── apple-touch-icon-57-precomposed.png │ │ ├── apple-touch-icon-72-precomposed.png │ │ ├── favicon.ico │ │ └── favicon.png │ ├── img │ │ ├── bootstrap-docs-readme.png │ │ ├── bootstrap-mdo-sfmoma-01.jpg │ │ ├── bootstrap-mdo-sfmoma-02.jpg │ │ ├── bootstrap-mdo-sfmoma-03.jpg │ │ ├── bs-docs-bootstrap-features.png │ │ ├── bs-docs-masthead-pattern.png │ │ ├── bs-docs-responsive-illustrations.png │ │ ├── bs-docs-twitter-github.png │ │ ├── example-sites │ │ │ ├── 8020select.png │ │ │ ├── adoptahydrant.png │ │ │ ├── breakingnews.png │ │ │ ├── fleetio.png │ │ │ ├── gathercontent.png │ │ │ ├── jshint.png │ │ │ ├── kippt.png │ │ │ └── soundready.png │ │ ├── examples │ │ │ ├── bootstrap-example-carousel.png │ │ │ ├── bootstrap-example-fluid.png │ │ │ ├── bootstrap-example-justified-nav.png │ │ │ ├── bootstrap-example-marketing-narrow.png │ │ │ ├── bootstrap-example-marketing.png │ │ │ ├── bootstrap-example-signin.png │ │ │ ├── bootstrap-example-starter.png │ │ │ ├── bootstrap-example-sticky-footer.png │ │ │ ├── browser-icon-chrome.png │ │ │ ├── browser-icon-firefox.png │ │ │ ├── browser-icon-safari.png │ │ │ ├── slide-01.jpg │ │ │ ├── slide-02.jpg │ │ │ └── slide-03.jpg │ │ ├── glyphicons-halflings-white.png │ │ ├── glyphicons-halflings.png │ │ ├── grid-baseline-20px.png │ │ ├── less-logo-large.png │ │ └── responsive-illustrations.png │ └── js │ │ ├── README.md │ │ ├── application.js │ │ ├── bootstrap-affix.js │ │ ├── bootstrap-alert.js │ │ ├── bootstrap-button.js │ │ ├── bootstrap-carousel.js │ │ ├── bootstrap-collapse.js │ │ ├── bootstrap-dropdown.js │ │ ├── bootstrap-modal.js │ │ ├── bootstrap-popover.js │ │ ├── bootstrap-scrollspy.js │ │ ├── bootstrap-tab.js │ │ ├── bootstrap-tooltip.js │ │ ├── bootstrap-transition.js │ │ ├── bootstrap-typeahead.js │ │ ├── bootstrap.js │ │ ├── bootstrap.min.js │ │ ├── google-code-prettify │ │ ├── prettify.css │ │ └── prettify.js │ │ ├── holder │ │ └── holder.js │ │ ├── html5shiv.js │ │ └── jquery.js ├── index.php └── ux.html ├── gpg-backup.sh ├── hacklu2024 ├── README.md ├── hacklu2024-lightningtalk.pdf └── hacklu2024-lightningtalk.pptx ├── hse-conti-ransomware └── README.md ├── http-py └── http-py ├── httpstatus_2_png.20x.png ├── httpstatus_2_png.40x.png ├── httpstatus_2_png.php ├── imap-python ├── README.md ├── create.sql └── imap-python.py ├── ip_per_country └── ip_per_country_ripe.py ├── ip_per_net.php ├── logfile-viewer ├── file.log ├── logfile-viewer-ajax.php ├── logfile-viewer.html └── spinner.gif ├── m-trends-2022 └── README.md ├── minimedusa ├── README.md ├── misp1.png ├── misp2.png ├── misp_feed.json └── parse_minimedusa.py ├── misp-check-domains-available.py ├── misp_import_json_to_event.py ├── network-servers ├── simple-server.py ├── udp_client.py └── udp_server.py ├── nmapxml.php ├── noss ├── noss.py ├── noss.sql └── readme ├── pcap-anon.py ├── powershell ├── IOCs │ └── hash_sighting.ps1 ├── Sysmon-DNS │ └── passivedns.ps1 └── readme.md ├── qelp-ir-triage-esxi ├── README.md ├── bash_csv.png ├── mermaid-diagram.md ├── mermaid-diagram.png ├── network_csv.png ├── new_user_csv.png ├── qelp-ir-triage-esxi.py ├── requirements.txt ├── timeline_activity.png ├── timeline_csv.png ├── timeline_event.png ├── timeline_event_csv.png ├── timeline_logon.png └── timeline_users.png ├── qrcode ├── README.md ├── gen_qrcode.py ├── qr_cmd_injection_curl.png ├── qr_cmd_injection_wget.png ├── qr_email.png ├── qr_file_inclusion.png ├── qr_sql_injection.png ├── qr_url.png └── qr_xss.png ├── ransomlook-ticker ├── .gitignore ├── README.md ├── config.py.default ├── mermaid.md ├── ransomlook-ticker.png ├── ransomlook-ticker.py ├── requirements.txt └── screenshot.png ├── senc ├── nc-input.txt └── senc.sh ├── shodan-asset-monitor ├── README.md ├── shodan-asset-monitor.py ├── shodan-asset-monitor.sql └── shodan-asset-monitor_updatedb.sql ├── sighting_kibana_to_misp └── report_sighting.php ├── sitereview_cudeso.py ├── slack └── download-slack-files.py ├── soviet-intelligence-communications ├── CIA-RDP65-00756R000400090001-8.doc ├── CIA-RDP65-00756R000400090001-8.pdf ├── CIA-RDP65-00756R000400090001-8.txt └── README.md ├── speedtest ├── README.md ├── speedtest.png └── speedtest.py ├── ssh-blocklists-merged ├── ssh-blocklists-merged.sh └── ssh-iptables-blocklist.sh ├── statbel ├── README.md └── statbel.py ├── svchost └── svchost.exe.xmind ├── twus ├── twus.input └── twus.py ├── ulogd ├── README.md ├── ulogd.excludeip ├── ulogd2 └── ulogd2.dist ├── vba └── removepassword.vba ├── vmware-backup ├── README.md └── backup-vms.sh ├── volatility ├── README.md └── collect-volatility.sh ├── vpnfilter └── vpnfilter-stage1-exif.py └── weakdh ├── weakdh.hosts └── weakdh.py /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /CRASHOVERRIDE/CRASHOVERRIDE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/CRASHOVERRIDE/CRASHOVERRIDE.png -------------------------------------------------------------------------------- /CRASHOVERRIDE/CRASHOVERRIDE.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/CRASHOVERRIDE/CRASHOVERRIDE.xmind -------------------------------------------------------------------------------- /CVE-2022-40684/CVE-2022-40684.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/CVE-2022-40684/CVE-2022-40684.sh -------------------------------------------------------------------------------- /CVE-2022-40684/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/CVE-2022-40684/README.md -------------------------------------------------------------------------------- /Cyberweapons Arms Race.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/Cyberweapons Arms Race.png -------------------------------------------------------------------------------- /Cyberweapons Arms Race.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/Cyberweapons Arms Race.xmind -------------------------------------------------------------------------------- /Dragonfly/Dragonfly v1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/Dragonfly/Dragonfly v1.jpg -------------------------------------------------------------------------------- /Dragonfly/Dragonfly v1.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/Dragonfly/Dragonfly v1.xmind -------------------------------------------------------------------------------- /Dragonfly/Dragonfly v2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/Dragonfly/Dragonfly v2.jpg -------------------------------------------------------------------------------- /Dragonfly/Dragonfly v2.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/Dragonfly/Dragonfly v2.xmind -------------------------------------------------------------------------------- /Drupalgeddon2/SA-CORE-2018-002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/Drupalgeddon2/SA-CORE-2018-002.jpg -------------------------------------------------------------------------------- /Drupalgeddon2/SA-CORE-2018-002.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/Drupalgeddon2/SA-CORE-2018-002.xmind -------------------------------------------------------------------------------- /Excel-password/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/Excel-password/README.md -------------------------------------------------------------------------------- /Excel-password/passwordbreaker.vba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/Excel-password/passwordbreaker.vba -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/LICENSE -------------------------------------------------------------------------------- /MS 4025685/MS 4025685.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/MS 4025685/MS 4025685.png -------------------------------------------------------------------------------- /MS 4025685/MS 4025685.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/MS 4025685/MS 4025685.xmind -------------------------------------------------------------------------------- /Meltdown_Spectre/Meltdown_Spectre.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/Meltdown_Spectre/Meltdown_Spectre.jpg -------------------------------------------------------------------------------- /Meltdown_Spectre/Meltdown_Spectre.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/Meltdown_Spectre/Meltdown_Spectre.xmind -------------------------------------------------------------------------------- /O365-python-parse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/O365-python-parse/README.md -------------------------------------------------------------------------------- /O365-python-parse/o365-python-parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/O365-python-parse/o365-python-parse.py -------------------------------------------------------------------------------- /PAP.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/PAP.drawio -------------------------------------------------------------------------------- /PAP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/PAP.png -------------------------------------------------------------------------------- /SANS_542_cheatsheet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/SANS_542_cheatsheet -------------------------------------------------------------------------------- /apache_2_sql/access_log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/apache_2_sql/access_log -------------------------------------------------------------------------------- /apache_2_sql/apachelog-1.1.tar.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/apache_2_sql/apachelog-1.1.tar.tar.gz -------------------------------------------------------------------------------- /apache_2_sql/apachelog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/apache_2_sql/apachelog.py -------------------------------------------------------------------------------- /apache_2_sql/apachelog.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/apache_2_sql/apachelog.pyc -------------------------------------------------------------------------------- /apache_2_sql/convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/apache_2_sql/convert.py -------------------------------------------------------------------------------- /attack-datasource-to-txt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/attack-datasource-to-txt/README.md -------------------------------------------------------------------------------- /attack-datasource-to-txt/convert_yaml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/attack-datasource-to-txt/convert_yaml.py -------------------------------------------------------------------------------- /aws-analyse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/aws-analyse/README.md -------------------------------------------------------------------------------- /aws-analyse/print_acl_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/aws-analyse/print_acl_list.py -------------------------------------------------------------------------------- /aws-analyse/print_sg_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/aws-analyse/print_sg_list.py -------------------------------------------------------------------------------- /badrabbit/BadRabbit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/badrabbit/BadRabbit.jpg -------------------------------------------------------------------------------- /badrabbit/BadRabbit.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/badrabbit/BadRabbit.xmind -------------------------------------------------------------------------------- /badrabbit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/badrabbit/README.md -------------------------------------------------------------------------------- /botnets/Hancitor.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/botnets/Hancitor.xmind -------------------------------------------------------------------------------- /botnets/Necurs.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/botnets/Necurs.xmind -------------------------------------------------------------------------------- /botnets/hancitor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/botnets/hancitor.jpg -------------------------------------------------------------------------------- /botnets/necurs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/botnets/necurs.jpg -------------------------------------------------------------------------------- /cedg.checks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/cedg.checks -------------------------------------------------------------------------------- /cedg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/cedg.py -------------------------------------------------------------------------------- /ceds.checks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ceds.checks -------------------------------------------------------------------------------- /ceds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ceds.py -------------------------------------------------------------------------------- /cocktailparty/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/cocktailparty/README.md -------------------------------------------------------------------------------- /cocktailparty/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/cocktailparty/config.py -------------------------------------------------------------------------------- /cocktailparty/output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/cocktailparty/output.png -------------------------------------------------------------------------------- /cocktailparty/requirements.txt: -------------------------------------------------------------------------------- 1 | websockets 2 | logging 3 | requests -------------------------------------------------------------------------------- /cocktailparty/serve-a-cocktail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/cocktailparty/serve-a-cocktail.py -------------------------------------------------------------------------------- /covid-19-feed/blocklist_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/covid-19-feed/blocklist_generator.py -------------------------------------------------------------------------------- /curlmirror.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/curlmirror.txt -------------------------------------------------------------------------------- /cvss/CVSS3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/cvss/CVSS3.png -------------------------------------------------------------------------------- /cvss/cvss3.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/cvss/cvss3.xmind -------------------------------------------------------------------------------- /dde-attack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/dde-attack/README.md -------------------------------------------------------------------------------- /dde-attack/dde.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/dde-attack/dde.jpg -------------------------------------------------------------------------------- /dde-attack/dde.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/dde-attack/dde.xmind -------------------------------------------------------------------------------- /ddos-protection/DDoS-proactive-reactive.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ddos-protection/DDoS-proactive-reactive.pdf -------------------------------------------------------------------------------- /ddosia-extract/parse_ddosia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ddosia-extract/parse_ddosia.py -------------------------------------------------------------------------------- /dfir-iris/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/dfir-iris/README.md -------------------------------------------------------------------------------- /dfir-iris/add_assets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/dfir-iris/add_assets.py -------------------------------------------------------------------------------- /dfir-iris/add_iocs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/dfir-iris/add_iocs.py -------------------------------------------------------------------------------- /dfir-iris/assets.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/dfir-iris/assets.csv -------------------------------------------------------------------------------- /dns-from-etl-evtx-check-misp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/dns-from-etl-evtx-check-misp/README.md -------------------------------------------------------------------------------- /dns-from-etl-evtx-check-misp/parse_dns_evtx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/dns-from-etl-evtx-check-misp/parse_dns_evtx.py -------------------------------------------------------------------------------- /drupalexploit_2014_3704.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/drupalexploit_2014_3704.php -------------------------------------------------------------------------------- /evernote_in_wordpress.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/evernote_in_wordpress.php -------------------------------------------------------------------------------- /exportdrupal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/exportdrupal.py -------------------------------------------------------------------------------- /file_signatures/File Signatures.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/file_signatures/File Signatures.html -------------------------------------------------------------------------------- /get-urlscan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/get-urlscan.py -------------------------------------------------------------------------------- /get_rawdata_arbor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/get_rawdata_arbor.py -------------------------------------------------------------------------------- /getzoneh.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/getzoneh.php -------------------------------------------------------------------------------- /goomapify/assets/css/bootstrap-responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/css/bootstrap-responsive.css -------------------------------------------------------------------------------- /goomapify/assets/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/css/bootstrap.css -------------------------------------------------------------------------------- /goomapify/assets/css/docs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/css/docs.css -------------------------------------------------------------------------------- /goomapify/assets/ico/apple-touch-icon-114-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/ico/apple-touch-icon-114-precomposed.png -------------------------------------------------------------------------------- /goomapify/assets/ico/apple-touch-icon-144-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/ico/apple-touch-icon-144-precomposed.png -------------------------------------------------------------------------------- /goomapify/assets/ico/apple-touch-icon-57-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/ico/apple-touch-icon-57-precomposed.png -------------------------------------------------------------------------------- /goomapify/assets/ico/apple-touch-icon-72-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/ico/apple-touch-icon-72-precomposed.png -------------------------------------------------------------------------------- /goomapify/assets/ico/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/ico/favicon.ico -------------------------------------------------------------------------------- /goomapify/assets/ico/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/ico/favicon.png -------------------------------------------------------------------------------- /goomapify/assets/img/bootstrap-docs-readme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/bootstrap-docs-readme.png -------------------------------------------------------------------------------- /goomapify/assets/img/bootstrap-mdo-sfmoma-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/bootstrap-mdo-sfmoma-01.jpg -------------------------------------------------------------------------------- /goomapify/assets/img/bootstrap-mdo-sfmoma-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/bootstrap-mdo-sfmoma-02.jpg -------------------------------------------------------------------------------- /goomapify/assets/img/bootstrap-mdo-sfmoma-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/bootstrap-mdo-sfmoma-03.jpg -------------------------------------------------------------------------------- /goomapify/assets/img/bs-docs-bootstrap-features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/bs-docs-bootstrap-features.png -------------------------------------------------------------------------------- /goomapify/assets/img/bs-docs-masthead-pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/bs-docs-masthead-pattern.png -------------------------------------------------------------------------------- /goomapify/assets/img/bs-docs-responsive-illustrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/bs-docs-responsive-illustrations.png -------------------------------------------------------------------------------- /goomapify/assets/img/bs-docs-twitter-github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/bs-docs-twitter-github.png -------------------------------------------------------------------------------- /goomapify/assets/img/example-sites/8020select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/example-sites/8020select.png -------------------------------------------------------------------------------- /goomapify/assets/img/example-sites/adoptahydrant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/example-sites/adoptahydrant.png -------------------------------------------------------------------------------- /goomapify/assets/img/example-sites/breakingnews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/example-sites/breakingnews.png -------------------------------------------------------------------------------- /goomapify/assets/img/example-sites/fleetio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/example-sites/fleetio.png -------------------------------------------------------------------------------- /goomapify/assets/img/example-sites/gathercontent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/example-sites/gathercontent.png -------------------------------------------------------------------------------- /goomapify/assets/img/example-sites/jshint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/example-sites/jshint.png -------------------------------------------------------------------------------- /goomapify/assets/img/example-sites/kippt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/example-sites/kippt.png -------------------------------------------------------------------------------- /goomapify/assets/img/example-sites/soundready.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/example-sites/soundready.png -------------------------------------------------------------------------------- /goomapify/assets/img/examples/bootstrap-example-carousel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/bootstrap-example-carousel.png -------------------------------------------------------------------------------- /goomapify/assets/img/examples/bootstrap-example-fluid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/bootstrap-example-fluid.png -------------------------------------------------------------------------------- /goomapify/assets/img/examples/bootstrap-example-justified-nav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/bootstrap-example-justified-nav.png -------------------------------------------------------------------------------- /goomapify/assets/img/examples/bootstrap-example-marketing-narrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/bootstrap-example-marketing-narrow.png -------------------------------------------------------------------------------- /goomapify/assets/img/examples/bootstrap-example-marketing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/bootstrap-example-marketing.png -------------------------------------------------------------------------------- /goomapify/assets/img/examples/bootstrap-example-signin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/bootstrap-example-signin.png -------------------------------------------------------------------------------- /goomapify/assets/img/examples/bootstrap-example-starter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/bootstrap-example-starter.png -------------------------------------------------------------------------------- /goomapify/assets/img/examples/bootstrap-example-sticky-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/bootstrap-example-sticky-footer.png -------------------------------------------------------------------------------- /goomapify/assets/img/examples/browser-icon-chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/browser-icon-chrome.png -------------------------------------------------------------------------------- /goomapify/assets/img/examples/browser-icon-firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/browser-icon-firefox.png -------------------------------------------------------------------------------- /goomapify/assets/img/examples/browser-icon-safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/browser-icon-safari.png -------------------------------------------------------------------------------- /goomapify/assets/img/examples/slide-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/slide-01.jpg -------------------------------------------------------------------------------- /goomapify/assets/img/examples/slide-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/slide-02.jpg -------------------------------------------------------------------------------- /goomapify/assets/img/examples/slide-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/examples/slide-03.jpg -------------------------------------------------------------------------------- /goomapify/assets/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /goomapify/assets/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /goomapify/assets/img/grid-baseline-20px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/grid-baseline-20px.png -------------------------------------------------------------------------------- /goomapify/assets/img/less-logo-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/less-logo-large.png -------------------------------------------------------------------------------- /goomapify/assets/img/responsive-illustrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/img/responsive-illustrations.png -------------------------------------------------------------------------------- /goomapify/assets/js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/README.md -------------------------------------------------------------------------------- /goomapify/assets/js/application.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/application.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap-affix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap-affix.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap-alert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap-alert.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap-button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap-button.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap-carousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap-carousel.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap-collapse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap-collapse.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap-dropdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap-dropdown.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap-modal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap-modal.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap-popover.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap-popover.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap-scrollspy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap-scrollspy.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap-tab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap-tab.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap-tooltip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap-tooltip.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap-transition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap-transition.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap-typeahead.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap-typeahead.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap.js -------------------------------------------------------------------------------- /goomapify/assets/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/bootstrap.min.js -------------------------------------------------------------------------------- /goomapify/assets/js/google-code-prettify/prettify.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/google-code-prettify/prettify.css -------------------------------------------------------------------------------- /goomapify/assets/js/google-code-prettify/prettify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/google-code-prettify/prettify.js -------------------------------------------------------------------------------- /goomapify/assets/js/holder/holder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/holder/holder.js -------------------------------------------------------------------------------- /goomapify/assets/js/html5shiv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/html5shiv.js -------------------------------------------------------------------------------- /goomapify/assets/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/assets/js/jquery.js -------------------------------------------------------------------------------- /goomapify/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/index.php -------------------------------------------------------------------------------- /goomapify/ux.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/goomapify/ux.html -------------------------------------------------------------------------------- /gpg-backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/gpg-backup.sh -------------------------------------------------------------------------------- /hacklu2024/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hacklu2024/hacklu2024-lightningtalk.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/hacklu2024/hacklu2024-lightningtalk.pdf -------------------------------------------------------------------------------- /hacklu2024/hacklu2024-lightningtalk.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/hacklu2024/hacklu2024-lightningtalk.pptx -------------------------------------------------------------------------------- /hse-conti-ransomware/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/hse-conti-ransomware/README.md -------------------------------------------------------------------------------- /http-py/http-py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/http-py/http-py -------------------------------------------------------------------------------- /httpstatus_2_png.20x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/httpstatus_2_png.20x.png -------------------------------------------------------------------------------- /httpstatus_2_png.40x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/httpstatus_2_png.40x.png -------------------------------------------------------------------------------- /httpstatus_2_png.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/httpstatus_2_png.php -------------------------------------------------------------------------------- /imap-python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/imap-python/README.md -------------------------------------------------------------------------------- /imap-python/create.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/imap-python/create.sql -------------------------------------------------------------------------------- /imap-python/imap-python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/imap-python/imap-python.py -------------------------------------------------------------------------------- /ip_per_country/ip_per_country_ripe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ip_per_country/ip_per_country_ripe.py -------------------------------------------------------------------------------- /ip_per_net.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ip_per_net.php -------------------------------------------------------------------------------- /logfile-viewer/file.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/logfile-viewer/file.log -------------------------------------------------------------------------------- /logfile-viewer/logfile-viewer-ajax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/logfile-viewer/logfile-viewer-ajax.php -------------------------------------------------------------------------------- /logfile-viewer/logfile-viewer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/logfile-viewer/logfile-viewer.html -------------------------------------------------------------------------------- /logfile-viewer/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/logfile-viewer/spinner.gif -------------------------------------------------------------------------------- /m-trends-2022/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/m-trends-2022/README.md -------------------------------------------------------------------------------- /minimedusa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/minimedusa/README.md -------------------------------------------------------------------------------- /minimedusa/misp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/minimedusa/misp1.png -------------------------------------------------------------------------------- /minimedusa/misp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/minimedusa/misp2.png -------------------------------------------------------------------------------- /minimedusa/misp_feed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/minimedusa/misp_feed.json -------------------------------------------------------------------------------- /minimedusa/parse_minimedusa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/minimedusa/parse_minimedusa.py -------------------------------------------------------------------------------- /misp-check-domains-available.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/misp-check-domains-available.py -------------------------------------------------------------------------------- /misp_import_json_to_event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/misp_import_json_to_event.py -------------------------------------------------------------------------------- /network-servers/simple-server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/network-servers/simple-server.py -------------------------------------------------------------------------------- /network-servers/udp_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/network-servers/udp_client.py -------------------------------------------------------------------------------- /network-servers/udp_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/network-servers/udp_server.py -------------------------------------------------------------------------------- /nmapxml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/nmapxml.php -------------------------------------------------------------------------------- /noss/noss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/noss/noss.py -------------------------------------------------------------------------------- /noss/noss.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/noss/noss.sql -------------------------------------------------------------------------------- /noss/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/noss/readme -------------------------------------------------------------------------------- /pcap-anon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/pcap-anon.py -------------------------------------------------------------------------------- /powershell/IOCs/hash_sighting.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/powershell/IOCs/hash_sighting.ps1 -------------------------------------------------------------------------------- /powershell/Sysmon-DNS/passivedns.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/powershell/Sysmon-DNS/passivedns.ps1 -------------------------------------------------------------------------------- /powershell/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/powershell/readme.md -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qelp-ir-triage-esxi/README.md -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/bash_csv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qelp-ir-triage-esxi/bash_csv.png -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/mermaid-diagram.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qelp-ir-triage-esxi/mermaid-diagram.md -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/mermaid-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qelp-ir-triage-esxi/mermaid-diagram.png -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/network_csv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qelp-ir-triage-esxi/network_csv.png -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/new_user_csv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qelp-ir-triage-esxi/new_user_csv.png -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/qelp-ir-triage-esxi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qelp-ir-triage-esxi/qelp-ir-triage-esxi.py -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/requirements.txt: -------------------------------------------------------------------------------- 1 | pandas 2 | matplotlib 3 | pathlib -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/timeline_activity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qelp-ir-triage-esxi/timeline_activity.png -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/timeline_csv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qelp-ir-triage-esxi/timeline_csv.png -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/timeline_event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qelp-ir-triage-esxi/timeline_event.png -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/timeline_event_csv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qelp-ir-triage-esxi/timeline_event_csv.png -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/timeline_logon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qelp-ir-triage-esxi/timeline_logon.png -------------------------------------------------------------------------------- /qelp-ir-triage-esxi/timeline_users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qelp-ir-triage-esxi/timeline_users.png -------------------------------------------------------------------------------- /qrcode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qrcode/README.md -------------------------------------------------------------------------------- /qrcode/gen_qrcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qrcode/gen_qrcode.py -------------------------------------------------------------------------------- /qrcode/qr_cmd_injection_curl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qrcode/qr_cmd_injection_curl.png -------------------------------------------------------------------------------- /qrcode/qr_cmd_injection_wget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qrcode/qr_cmd_injection_wget.png -------------------------------------------------------------------------------- /qrcode/qr_email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qrcode/qr_email.png -------------------------------------------------------------------------------- /qrcode/qr_file_inclusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qrcode/qr_file_inclusion.png -------------------------------------------------------------------------------- /qrcode/qr_sql_injection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qrcode/qr_sql_injection.png -------------------------------------------------------------------------------- /qrcode/qr_url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qrcode/qr_url.png -------------------------------------------------------------------------------- /qrcode/qr_xss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/qrcode/qr_xss.png -------------------------------------------------------------------------------- /ransomlook-ticker/.gitignore: -------------------------------------------------------------------------------- 1 | config.py -------------------------------------------------------------------------------- /ransomlook-ticker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ransomlook-ticker/README.md -------------------------------------------------------------------------------- /ransomlook-ticker/config.py.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ransomlook-ticker/config.py.default -------------------------------------------------------------------------------- /ransomlook-ticker/mermaid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ransomlook-ticker/mermaid.md -------------------------------------------------------------------------------- /ransomlook-ticker/ransomlook-ticker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ransomlook-ticker/ransomlook-ticker.png -------------------------------------------------------------------------------- /ransomlook-ticker/ransomlook-ticker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ransomlook-ticker/ransomlook-ticker.py -------------------------------------------------------------------------------- /ransomlook-ticker/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ransomlook-ticker/requirements.txt -------------------------------------------------------------------------------- /ransomlook-ticker/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ransomlook-ticker/screenshot.png -------------------------------------------------------------------------------- /senc/nc-input.txt: -------------------------------------------------------------------------------- 1 | 220 Microsoft FTP Service (Version 5.0) 2 | -------------------------------------------------------------------------------- /senc/senc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/senc/senc.sh -------------------------------------------------------------------------------- /shodan-asset-monitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/shodan-asset-monitor/README.md -------------------------------------------------------------------------------- /shodan-asset-monitor/shodan-asset-monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/shodan-asset-monitor/shodan-asset-monitor.py -------------------------------------------------------------------------------- /shodan-asset-monitor/shodan-asset-monitor.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/shodan-asset-monitor/shodan-asset-monitor.sql -------------------------------------------------------------------------------- /shodan-asset-monitor/shodan-asset-monitor_updatedb.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/shodan-asset-monitor/shodan-asset-monitor_updatedb.sql -------------------------------------------------------------------------------- /sighting_kibana_to_misp/report_sighting.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/sighting_kibana_to_misp/report_sighting.php -------------------------------------------------------------------------------- /sitereview_cudeso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/sitereview_cudeso.py -------------------------------------------------------------------------------- /slack/download-slack-files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/slack/download-slack-files.py -------------------------------------------------------------------------------- /soviet-intelligence-communications/CIA-RDP65-00756R000400090001-8.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/soviet-intelligence-communications/CIA-RDP65-00756R000400090001-8.doc -------------------------------------------------------------------------------- /soviet-intelligence-communications/CIA-RDP65-00756R000400090001-8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/soviet-intelligence-communications/CIA-RDP65-00756R000400090001-8.pdf -------------------------------------------------------------------------------- /soviet-intelligence-communications/CIA-RDP65-00756R000400090001-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/soviet-intelligence-communications/CIA-RDP65-00756R000400090001-8.txt -------------------------------------------------------------------------------- /soviet-intelligence-communications/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/soviet-intelligence-communications/README.md -------------------------------------------------------------------------------- /speedtest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/speedtest/README.md -------------------------------------------------------------------------------- /speedtest/speedtest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/speedtest/speedtest.png -------------------------------------------------------------------------------- /speedtest/speedtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/speedtest/speedtest.py -------------------------------------------------------------------------------- /ssh-blocklists-merged/ssh-blocklists-merged.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ssh-blocklists-merged/ssh-blocklists-merged.sh -------------------------------------------------------------------------------- /ssh-blocklists-merged/ssh-iptables-blocklist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ssh-blocklists-merged/ssh-iptables-blocklist.sh -------------------------------------------------------------------------------- /statbel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/statbel/README.md -------------------------------------------------------------------------------- /statbel/statbel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/statbel/statbel.py -------------------------------------------------------------------------------- /svchost/svchost.exe.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/svchost/svchost.exe.xmind -------------------------------------------------------------------------------- /twus/twus.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/twus/twus.input -------------------------------------------------------------------------------- /twus/twus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/twus/twus.py -------------------------------------------------------------------------------- /ulogd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ulogd/README.md -------------------------------------------------------------------------------- /ulogd/ulogd.excludeip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ulogd/ulogd.excludeip -------------------------------------------------------------------------------- /ulogd/ulogd2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ulogd/ulogd2 -------------------------------------------------------------------------------- /ulogd/ulogd2.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/ulogd/ulogd2.dist -------------------------------------------------------------------------------- /vba/removepassword.vba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/vba/removepassword.vba -------------------------------------------------------------------------------- /vmware-backup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/vmware-backup/README.md -------------------------------------------------------------------------------- /vmware-backup/backup-vms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/vmware-backup/backup-vms.sh -------------------------------------------------------------------------------- /volatility/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/volatility/README.md -------------------------------------------------------------------------------- /volatility/collect-volatility.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/volatility/collect-volatility.sh -------------------------------------------------------------------------------- /vpnfilter/vpnfilter-stage1-exif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/vpnfilter/vpnfilter-stage1-exif.py -------------------------------------------------------------------------------- /weakdh/weakdh.hosts: -------------------------------------------------------------------------------- 1 | www.belgium.be 2 | -------------------------------------------------------------------------------- /weakdh/weakdh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cudeso/tools/HEAD/weakdh/weakdh.py --------------------------------------------------------------------------------