Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 754 Vote(s) - 3.47 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check your website for flaws

#1
It's a pretty good linter if you do web-dev. Checks for some things that you forgot exists.

[To see links please register here]

Reply

#2
With all the security I've Implemented on my (security) site, I'd be surprised If It finds any weaknesses.

I like the fact It also tests loading times etc.
Bookmarked, thanks.
Reply

#3
Wow, thank you for this. I will definitely have to check my websites.
Reply

#4
Thank you for the helpful link. Much appreciated.
Reply

#5
The site's accuracy with It's analysis, remains questionable.

I've just tested Microsoft and It appears (according to the scan), they have some work to do.

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.

Reply

#6
Quote:(07-06-2018, 05:41 AM)mothered Wrote:

[To see links please register here]

The site's accuracy with It's analysis, remains questionable.

I've just tested Microsoft and It appears (according to the scan), they have some work to do.

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.


While I agree with that, the scan does give good guidelines. However it may be picking up AXE errors (Acessability)
If you install the open source version (yes they have a github) you can enable and disable certain checks.

Not all checks are made for all websites, these checks are much like formatting errors in Python (ie. use 4 spaces, not 8 spaces).
You know what I mean?
Reply

#7
Quote:(07-06-2018, 05:41 AM)mothered Wrote:

[To see links please register here]

The site's accuracy with It's analysis, remains questionable.

I've just tested Microsoft and It appears (according to the scan), they have some work to do.

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.


Alright, I ran it as well.

This is for IE7 support (or IE6, can't remember) so it's backwards compatability, however microsoft does not use this because they create based on their newest browser.
This error pops up ALOT
'content-type' header should have media type 'text/javascript' (not 'application/javascript')

This is suggestive, however it's not wrong. Zopfli is better than Gzip. The issue is that it's slower (22 counts of this)
Should be served compressed with Zopfli when gzip compression is requested.

It's not needed, pretty much every website does it though.
Only specific files need that.
'x-xss-protection' header is not needed (this is on a <img> tag)

They probably use a different type of caching, common error even with people who have made websites FOREVER.
That's more of a general guide.
Static resources should have a long cache value (31536000) and use the immutable directive: public, max-age=17516844

It's Microsoft, they probably don't support Apple that well :/
No 'apple-touch-icon' was specified

The list goes on and on, it's general guidelines you should follow, it's like saying you should DOCstring everything, well.... Yes... If you're explaining your code to a retard (that thinks formatting improves performance).

Edit: Just saw your message. Yeah, you get the gist :p
Reply

#8
Quote:(07-06-2018, 05:45 AM)ProfessorChill Wrote:

[To see links please register here]

Quote: (07-06-2018, 05:41 AM)mothered Wrote:

[To see links please register here]

The site's accuracy with It's analysis, remains questionable.

I've just tested Microsoft and It appears (according to the scan), they have some work to do.

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.


While I agree with that, the scan does give good guidelines. However it may be picking up AXE errors (Acessability)
If you install the open source version (yes they have a github) you can enable and disable certain checks.

Not all checks are made for all websites, these checks are much like formatting errors in Python (ie. use 4 spaces, not 8 spaces).
You know what I mean?

I certainly agree that It does provide some Insight with the probable errors and security Issues.

As with all scans, Irrespective of their nature, there Is a margin for error, false positives and so forth.
Thanks again for the contribution.
Reply

#9
I'm relatively new to website developing, and am working on a couple practice sites at the moment. This will definitely come in handy. Thank you.
Reply

#10
Quote:(07-06-2018, 06:22 AM)mothered Wrote:

[To see links please register here]

Quote: (07-06-2018, 05:58 AM)ProfessorChill Wrote:

[To see links please register here]

Quote: (07-06-2018, 05:41 AM)mothered Wrote:

[To see links please register here]

The site's accuracy with It's analysis, remains questionable.

I've just tested Microsoft and It appears (according to the scan), they have some work to do.

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.


Alright, I ran it as well.

This is for IE7 support (or IE6, can't remember) so it's backwards compatability, however microsoft does not use this because they create based on their newest browser.
This error pops up ALOT
'content-type' header should have media type 'text/javascript' (not 'application/javascript')

This is suggestive, however it's not wrong. Zopfli is better than Gzip. The issue is that it's slower (22 counts of this)
Should be served compressed with Zopfli when gzip compression is requested.

It's not needed, pretty much every website does it though.
Only specific files need that.
'x-xss-protection' header is not needed (this is on a <img> tag)

They probably use a different type of caching, common error even with people who have made websites FOREVER.
That's more of a general guide.
Static resources should have a long cache value (31536000) and use the immutable directive: public, max-age=17516844

It's Microsoft, they probably don't support Apple that well :/
No 'apple-touch-icon' was specified

The list goes on and on, it's general guidelines you should follow, it's like saying you should DOCstring everything, well.... Yes... If you're explaining your code to a retard (that thinks formatting improves performance).

Judging by all the above, the site should certainly be used as a general guidance, rather than a conclusive platform for analysis.

I've always been a firm believer In "Some Information, no matter how Irrelevant It may seem at the time, Is better than none". My security site Is In an offline state at the moment (90% complete after 4+ months of work). I may put It online for a few minutes, test, and see the results.

With the NPM version you can test offline websites. But yeah, I should have said it was a general guidance tool, not a linter, sorry about that :/
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through