Skip to content

Releases: Oreeeee/yokkaichi

1.7

27 Dec 12:16
7dc9e3d
Compare
Choose a tag to compare
  • Tests now can be ran under pipx
  • Using a Printer now instead of raw print calls
  • IP List scan (now called Ping Scan) are based now: instead of just IP; IP:Port format can be used in addition with CIDR. List is now streamed, instead of being loaded entirely into memory at once.
  • You will be now correctly informed about the IP2Location database being outdated
  • Made checking for IP2Location databases togglable in the config file
  • Config file version bumped to 4

1.6.1

29 Jul 22:33
7336679
Compare
Choose a tag to compare
  • Updated pyScannerWrapper to 0.2.1
  • Python >= 3.11 now uses tomllib instead of tomli

1.6

27 Jul 00:34
12b04da
Compare
Choose a tag to compare
1.6
  • Added automatic IP2Location LITE database updates
  • Added pipx support
  • pipx is now a preferred installation method
  • Ported from python-masscan to pyScannerWrapper
  • masscan scanning and pinging the servers is now parallel
  • IP ranges are now fetched from IP2Location database
  • Bumped the config version from 1 to 2. Update your configs!
  • You can't use arguments for configuration now. Please use config files.
  • IP List can now contain IP:Port combinations instead of IP

1.5.2

10 Jul 11:39
f40576b
Compare
Choose a tag to compare

Fix errors when scanning

1.5.1

09 Jul 21:05
a173b2c
Compare
Choose a tag to compare

Remove Python 3.7 classifier

1.5

09 Jul 20:57
e7ccbd7
Compare
Choose a tag to compare
1.5
  • Require Python 3.8
  • Do not exit the installation if Python version requirement is unmet
  • Use enums instead of comparing strings
  • Add tests

1.4.5

16 May 21:24
d85cac6
Compare
Choose a tag to compare

Add showing how much time the scan took.

1.4.4

15 May 20:14
26213cf
Compare
Choose a tag to compare

Fix errors with scanning

1.4.3

14 May 22:03
60d96ed
Compare
Choose a tag to compare
  • Fix ModuleNotFoundError issues with running the package
  • Fix running under old Python versions
  • Bring back example config to a string

1.4.2

14 May 19:41
35f30d3
Compare
Choose a tag to compare
  • Changed the format of results JSON
  • Don't highlight integers
  • Example config is now stored in a file
  • Using tomli instead of tomllib for every version (makes no difference)