I am trying to do a version range search within Shodan as a one-liner but having trouble doing so. Not eve sure if that is possible, but basically, I am able to get search results if I did it 2 times as follows:
software 1.5.*
software 1.6.*
Is it possible to combine the above two lines into one, so that it will lists me all the 1.5.* and 1.6.* results all at one go?
Adding on, I wasn't able to find much info on the search syntax online..
Tried writing like software 1.[5|6].*
but it returns me invalid result.