Skip to content

Releases: juffalow/pentest-tool-lite

3.6.0

28 Oct 16:19
Compare
Choose a tag to compare

Changelog:

  • Add generator test (24c6f05)
  • Fix test status (19d762c)
  • Add WordPress tests (d09867e)
  • Update HTTPS test to allow all redirects to secure locations (42a42e3)
  • Add SSL test (be444cb)

3.5.0

27 Oct 14:15
Compare
Choose a tag to compare

Changelog:

  • Add timeout and user agent settings for request (29bd7fa)
  • Fix problem with nullable results (4c5c85c)
  • Upgrade dependencies (b7ef16c)

3.4.2

24 Oct 19:42
Compare
Choose a tag to compare

Changelog:

3.4.1

22 Oct 13:53
Compare
Choose a tag to compare

Changelog:

  • Upgrade dependencies to latest versions (bd141bc)
  • Split test run to separate class (40aaa3f)
  • Update tsconfig to generate declaration files (cd10b39)
  • Remove wrong flag from tsconfig (5aa33c2)

3.3.2

03 Apr 20:19
Compare
Choose a tag to compare

Changelog:

3.3.1

15 Nov 11:05
ff154da
Compare
Choose a tag to compare
Rename robotstxt.ts to RobotsTXT.ts

3.3.0

15 Nov 10:13
Compare
Choose a tag to compare

Changelog:

  • renamed title of hasConsoleLogs test (1778ab7)
  • improved Permissions-Policy to check all parameters (d9d5251)
  • changed tests to list the name of the permission (9cd5b27)
  • Update PermissionsPolicy.ts (1858dc2)
  • robotstxt test (8ed9028)
  • Add option to change output format (5382102)
  • Update name of robots txt test (c23e30b)
  • Upgrade dependencies (ac7488f)
  • Fix typo (0a6eb74)
  • Fix logging (5aa1a54)

3.2.0

12 Nov 19:17
Compare
Choose a tag to compare

Changelog:

3.1.0

11 Nov 20:33
Compare
Choose a tag to compare

Changelog:

3.0.0

31 Oct 09:50
Compare
Choose a tag to compare

Main changes:

  • request dependency is deprecated, switched to node-fetch
  • typescript is now version 4.*
  • moved from tslint to eslint

Changelog:

  • Refactor security tests (aae9df3)
  • Update and rename test.yml to lint.yml (eecd8ab)
  • Create test.yml (b72e564)
  • Fix test GitHub workflow (ee9ebaa)
  • Update readme (ddbb565)
  • Add tests, add cookies test, update return value (f7a191f)
  • Upgrade dependencies, add node fetch typescript definition (c64ec77)
  • Remove unused files (75eb3bd)
  • Merge lint and test actions into one with two jobs (93f6432)
  • Update build and publish flow (69deb71)
  • Add Referrer-Policy check (419e777)
  • Add Permissions-Policy check (903694a)
  • Remove unused file (f494038)
  • Fix lint errors (95cb879)
  • Add html tests, add images check (ce0feff)
  • Add duplicate ids check (323866b)
  • Filter tests based on grep and exclude arguments (3f1063d)
  • Add css, js and anchor tests (a62e334)
  • Fix probability argument for random command (ddc014c)
  • Fix lint and test badge (bd0e0cc)
  • Fix lint and test badge (eca621c)