awesome icon indicating copy to clipboard operation
awesome copied to clipboard

Add Pentest Cheat Sheets

Open ByteSnipers opened this issue 1 year ago β€’ 6 comments

Added Awesome Pentest Cheat Sheets

URL: https://github.com/ByteSnipers/awesome-pentest-cheat-sheets

Awesome Pentest Cheat Sheets contains a lot of security and pentesting related information. The list has a huge list of very sorted and selected resources, which can save a lot of time to any security oriented people. This list was started 2017 and was improved over the years. The initial awesome pentest cheat sheets collects over 3.8k stars

ByteSnipers avatar Jun 02 '24 23:06 ByteSnipers

Thanks for making an Awesome list! πŸ™Œ

It looks like you didn't read the guidelines closely enough. I noticed multiple things that are not followed. Try going through the list point for point to ensure you follow it. I spent a lot of time creating the guidelines so I wouldn't have to comment on common mistakes, and rather spend my time improving Awesome.

sindresorhus avatar Jun 02 '24 23:06 sindresorhus

It appears that many of your items do not have any description. You also need to review at least 2 pull requests before making your own pull request.

Additionally running the linter on your repo, the following errors are given:

  README.md:323:3
  Γ—    9:1    ToC item "Security Talks and Videos" does not match corresponding heading "πŸ–₯ Security Talks and  Videos"                                            remark-lint:awesome-toc
  Γ—    9:3    https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#-security-talks-and-videos                                                            remark-lint:double-link
  Γ—   11:3    https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#-mobile-pentesting                                                                    remark-lint:double-link
  Γ—   12:3    https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#%EF%B8%8F-cloud-pentesting                                                            remark-lint:double-link
  Γ—   13:3    https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#active-directory                                                                      remark-lint:double-link
  Γ—   14:3    https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#-pentest-methodology                                                                  remark-lint:double-link
  Γ—   15:3    https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#-privilege-escalation                                                                 remark-lint:double-link
  Γ—   16:3    https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#%EF%B8%8F-web-pentesting                                                              remark-lint:double-link
  Γ—   17:3    https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#binary-exploitation                                                                   remark-lint:double-link
  Γ—   18:3    https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#learning-platforms                                                                    remark-lint:double-link
  Γ—   19:3    https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#bug-bounty                                                                            remark-lint:double-link
  Γ—   20:3    https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#tools                                                                                 remark-lint:double-link
  Γ—   21:3    https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/?tab=readme-ov-file#payloads-1                                                         remark-lint:double-link
  Γ—   22:3    https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/?tab=readme-ov-file#programming                                                        remark-lint:double-link
  Γ—   60:100  Unexpected reference to undefined definition, expected corresponding definition (pdf) for a link or escaped opening bracket (\[) for regular text  remark-lint:no-undefined-references
  Γ—  243:3    https://owasp.org/www-project-vulnerable-web-applications-directory/#div-online                                                                    remark-lint:double-link
  Γ—  251:3    https://owasp.org/www-project-vulnerable-web-applications-directory/#div-offline                                                                   remark-lint:double-link
  Γ—  323:3    Don’t pad link with inner spaces                                                                                                                   remark-lint:no-inline-padding

  19 errors

For the first error just make your title for the header πŸ–₯ Security Talks and Videos the same by either removing the emoji from the header or adding the emoji to the title in the Table of Contents(ToC).

The double-link errors can be easily solved by changing the links to #(Your header here). Example: https://github.com/ByteSnipers/awesome-pentest-cheat-sheets/#-security-talks-and-videos ---> #-security-talks-and-videos.

Then the last issue needs to be fixed too. (no-inline-padding)

Polycarbohydrate avatar Jun 14 '24 05:06 Polycarbohydrate

I've update the repository, but I still have some issues, what I cannot solve, because I cannot identify why they are issues.

βœ– 15:1 ToC item "Privilege Escalation" does not match corresponding heading "Web Pentesting" remark-lint:awesome-toc βœ– 243:3 https://owasp.org/www-project-vulnerable-web-applications-directory/#div-online remark-lint:double-link βœ– 251:3 https://owasp.org/www-project-vulnerable-web-applications-directory/#div-offline remark-lint:double-link βœ– 323:3 Don’t pad link with inner spaces remark-lint:no-inline-padding

ByteSnipers avatar Jun 27 '24 07:06 ByteSnipers

I run your repo in Linting and can see some errors are still need to be resolved. image

also you have no pull requests reviews links so I suggest you reading through it one more time! :)

cc. @sindresorhus

tyaga001 avatar Jul 03 '24 17:07 tyaga001

Apart from fixing liniting issues I suggest you add a books sections and books related to book bountry web penetration testing mobile app pentesting....etc

0xAnalyst avatar Jul 14 '24 08:07 0xAnalyst

This pull request has a title in the format Add Name of List. It should not contain the word Awesome.

As per the guidelines, the title of the pull request should be "Add Pentest Cheat Sheets".

hstsethi avatar Jul 24 '24 04:07 hstsethi