-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor updates and fixes #141
Conversation
proditis
commented
May 5, 2020
- Fix broken link for Kali Linux CTF Blueprints (issue Broken link #135)
- Add IppSec (issue Add IppSec to the list #131)
- Move DVWA from tutorials to self-hosted as it makes more sense to have it there
Add link to the official book website as well as an alternative download link. I think we should only keep the official book website and not provide the link to pdf copies since the book isn't free... issue #135
Although DVWA is not the exact match for either of these sections, i believe it is a better match for the self-hosted section rather than the Tutorials.
README.md
Outdated
@@ -46,7 +46,7 @@ It takes time to build up collection of tools used in CTF and remember them all. | |||
|
|||
*Tools used for creating CTF challenges* | |||
|
|||
- [Kali Linux CTF Blueprints](https://doc.lagout.org/security/Packt.Kali.Linux.CTF.Blueprints.Jul.2014.ISBN.1783985984.pdf) - Online book on building, testing, and customizing your own Capture the Flag challenges. | |||
- [Kali Linux CTF Blueprints](https://www.packtpub.com/eu/networking-and-servers/kali-linux-ctf-blueprints) / [download link](https://mega.nz/#!ijQgQKTY!EvhUfLAm7hvV4eLGEVnRRp-lzn7f7JpmMGEZzf-_Kn0) - Online book on building, testing, and customizing your own Capture the Flag challenges. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a pirated version. Unsure if we should add this to the repo. Thoughts @apsdehal ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @DhavalKapil I added the pdf download simply because it used to have it before.
I'd rather we do not include the download link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good, can you remove it from the PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed it and also resolved the conflict
Thanks! |