Giter VIP home page Giter VIP logo

shodan-filters's Introduction

Author of Hackpuntes Blog | Cybersecurity enthusiast and CTF Player | 🌏 Toledo, Spain

Hack The Box Profile

Github Pages - Javier Olmedo

OSCP Certification OSWE Certification OSWE Certification Offshore Pro Lab

Skills

🐞 Penetration Testing πŸ› οΈ Hacking Tools πŸ‘¨πŸ»β€πŸ’» Programming Language 🌐 Web Development
βœ… Web Application βœ… Burp Suite βœ… Python βœ… HTML, CSS and Javascript
βœ… Reversing APK βœ… Nmap βœ… Golang βœ… PHP
βœ… Linux/Windows βœ… Nessus βœ… C# and Powershell βœ… Vue.js

My CVEs

CVE Name CVSS3 CVSS2 ExploitDB
CVE-2018-13832 All In One Favicon <= 4.6 - Multiple Stored Authenticated XSS 4.8 MEDIUM 🟠 3.5 LOW 🟒 β€‹βœ…β€‹
CVE-2018-14430 Multi Step Form <= 1.2.5 - Multiple Unauthenticated Reflected XSS 6.1 MEDIUM 🟠 4.3 MEDIUM 🟠 β€‹βŒ
CVE-2018-15571 Export Users to CSV <= 1.1.1 CSV Injection 8.6 HIGH πŸ”΄ 6.8 MEDIUM 🟠 βœ…
CVE-2018-15873 Sentrifugo HRMS 3.2 - Blind SQL Injection​ 9.8 CRITICAL 🟣 7.5 HIGH πŸ”΄ β€‹βœ…
CVE-2018-15917 Jorani Leave Management System 0.6.5 - Cross-Site Scripting Persistente​ 5.4 MEDIUM 🟠 3.5 LOW 🟒 βœ…β€‹
CVE-2018-15918 Jorani Leave Management System 0.6.5 - SQL Injection​ 5.4 MEDIUM 🟠 5.5 MEDIUM 🟠 βœ…
CVE-2018-18478 Libre Network Monitoring System 1.43 - Stored Cross-Site Scripting​ 6.1 MEDIUM 🟠 4.3 MEDIUM 🟠 β€‹βŒβ€‹
CVE-2018-18921 PHP Server Monitor 3.3.1 - Cross-Site Request Forgery 6.5 MEDIUM 🟠 5.8 MEDIUM 🟠 βœ…
CVE-2018-18922 Ticketly 1.0 - Privilege Escalation​ 9.8 CRITICAL 🟣 5.0 MEDIUM 🟠 β€‹βœ…
CVE-2018-18923 Ticketly 1.0 - Multiple SQL Injection​ 9.8 CRITICAL 🟣 7.5 HIGH πŸ”΄ βœ…
CVE-2018-19828 Integria IMS 5.0.83 - Cross-Site Scripting​ 6.1 MEDIUM 🟠 4.3 MEDIUM 🟠 βœ…β€‹
CVE-2018-19829 Integria IMS 5.0.83 – Cross-Site Request Forgery​ 6.5 MEDIUM 🟠 5.8 MEDIUM 🟠 βœ…
CVE-2019-7400 Rukovoditel ERP & CRM 2.4.1 - 'path' Cross-Site Scripting​ 6.1 MEDIUM 🟠 4.3 MEDIUM 🟠 β€‹βœ…β€‹
CVE-2019-15092 WordPress Plugin Import Export WordPress Users 1.3.1 - CSV Injection 7.3 HIGH πŸ”΄ 6.0 MEDIUM 🟠 βœ…
CVE-2019-19031 Easy XML Editor <= 1.7.8 - XML External Entity Injection​ 8.1 HIGH πŸ”΄ 5.5 MEDIUM 🟠 β€‹βœ…β€‹
CVE-2019-19032 XMLBlueprint <= 16.191112 - XML External Entity Injection 8.1 HIGH πŸ”΄ 5.5 MEDIUM 🟠 βœ…
CVE-2020-9038 Joplin through 1.0.184 allows Arbitrary File Read via XSS 5.4 MEDIUM 🟠 3.5 LOW 🟒 βŒβ€‹
CVE-2021-43091 SQL Injection inΒ yeswiki/yeswiki 7.5 HIGH πŸ”΄ 5.0 MEDIUM 🟠 βŒβ€‹

Contact me

Β Β Β  Β Β Β  Β Β Β  Β Β Β  Β Β Β  Β Β Β  Β Β Β  Β Β Β  Β Β Β 

Made with ❀️ in Spain

shodan-filters's People

Contributors

javierolmedo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shodan-filters's Issues

"after" filter works when using the "count" function but not the "download" function

Hey,
I appreciate you compiling these filters into an easy to parse format. Can you please confirm behavior that I am seeing?
If using the CLI interface, you do a count, the after filter seems to work:
shodan count "country:us port:554 after:01/06/2021"
219035

But if you then try to download those results, it does return the same number of results but then does not download any:
shodan download US_port554 "country:us port:554 after:01/06/2021"
Search query: country:us port:554 after:01/06/2021
Total number of results: 219035
Query credits left: 100
Output file: US_port554.json.gz
Notice: fewer results were saved than requested
Saved 0 results into file US_port554.json.gz

If I remove the "after" filter from the operation, it download fine (the first 1000 results by default).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.