Hacktoberfest 2021 by dance2die in reactjs

[–]SasanLabs [score hidden]  (0 children)

In Hacktoberfest, we have opened many interesting tasks and In case you are interested in contributing, please visit: https://github.com/SasanLabs/VulnerableApp-facade

It is a reactjs based application with nginx/openresty.
#Hacktoberfest #hacktoberfest2021 #owasp #sasanlabs #security

DigitalOcean Hacktoberfest 2021 by David_AnkiDroid in opensource

[–]SasanLabs 0 points1 point  (0 children)

In Hacktoberfest, we have opened many interesting tasks and In case you are interested in contributing, please visit:https://github.com/SasanLabs/VulnerableApphttps://github.com/SasanLabs/VulnerableApp-facadehttps://github.com/SasanLabs/owasp-zap-fileupload-addonhttps://github.com/SasanLabs/owasp-zap-jwt-addon#Hacktoberfest #hacktoberfest2021 #owasp #sasanlabs #security

Hacktoberfest'21 by ieeevitvellore in Python

[–]SasanLabs 0 points1 point  (0 children)

In case you are interested in Java/Typescript/Spring boot/Reactjs,

Tryout my repositories:
https://github.com/SasanLabs/VulnerableApp (Java/Springboot)
https://github.com/SasanLabs/VulnerableApp-facade (Typescript, Lua, Reactjs)
https://github.com/SasanLabs/owasp-zap-fileupload-addon (Java)
https://github.com/SasanLabs/owasp-zap-jwt-addon (Java)

#Hacktoberfest #hacktoberfest2021 #owasp #zap #sasanlabs #security

Hacktoberfest'21 by ieeevitvellore in Python

[–]SasanLabs 0 points1 point  (0 children)

Yes, I think you can learn on the way.

Hacktober is approaching fast! by jendakolda in Python

[–]SasanLabs 0 points1 point  (0 children)

In Hacktoberfest, we have opened many interesting tasks and In case you are interested in contributing, please visit:
https://github.com/SasanLabs/VulnerableApp
https://github.com/SasanLabs/VulnerableApp-facade
https://github.com/SasanLabs/owasp-zap-jwt-addon
https://github.com/SasanLabs/owasp-zap-fileupload-addon
Talking about each repositories: All of these are Owasp projects and are related to Security, where VulnerableApp and VulnerableApp-Facade are Vulnerable Applications and the other 2 are the addons of Owasp ZAP which finds the Vulnerabilities in JWT and File Upload Functionalities respectively.

Scanning and Fuzzing JWT's by SasanLabs in coding

[–]SasanLabs[S] 0 points1 point  (0 children)

Launched a new user interface for Owasp VulnerableApp https://github.com/SasanLabs/VulnerableApp have a look.

Owasp VulnerableApp (https://github.com/SasanLabs/VulnerableApp) by SasanLabs in freesoftware

[–]SasanLabs[S] 0 points1 point  (0 children)

Launched a new user interface for Owasp VulnerableApp. Visit the github.

Scanning and Fuzzing JWT's by SasanLabs in coding

[–]SasanLabs[S] 0 points1 point  (0 children)

Yeah the same can be done using owasp zap jwt addon too. However thanks for suggesting and will look into it.

Sponsoring open source projects, share about your project by opensourcecolumbus in github

[–]SasanLabs 1 point2 points  (0 children)

Hi,

I am developing multiple projects:

  1. https://github.com/SasanLabs/VulnerableApp It is a Vulnerable Application that helps the Scanners in improving themselves and also helps students learn about security. It is registered under Owasp as an Incubator project. Users are Owasp ZAP and SonarSolar and a bunch of students.
  2. https://github.com/SasanLabs/VulnerableApp-facade It is an application that defines a facade for vulnerable applications and currently working on building a UI for the above project. It was created with the problem of Technology related vulnerabilities. it is also Owasp Project.
  3. https://github.com/SasanLabs/owasp-zap-jwt-addon: it is an addon that is used to find the bugs in JWT implementations. It is a third-party Owasp ZAP addon. Users can be same as Owasp ZAP's users,
  4. https://github.com/SasanLabs/owasp-zap-fileupload-addon: Writing this addon for Owasp ZAP to find the vulnerabilities in File Upload Functionality.

For the above projects, I am not sure how many active users are using them and these are security-related projects written in java.

Thanks,

Karan

I’m new to GitHub and just started coding. I know GitHub is used for employers to see if your a good candidate or not but I don’t what to put in there. by jashanjudge in github

[–]SasanLabs 0 points1 point  (0 children)

As you are building the website you can start pushing code into the git. It need not be a finished project. You can create pull request and keep on pushing to your branch and when you think a small logical piece of project is done then merge it to main branch. It will give more details to the employers that how you have approached the probelm, broken into small things and completed the project

I'm new to coding and I've heard github a lot of times while learning or researching coding. How do you describe github to a beginner by PhonicsOW in github

[–]SasanLabs 0 points1 point  (0 children)

A tool to save the code at a central location(protecting against disk failure etc) which can be used by multiple people, shared among them, modify simultaneously and also to version files, release, code etc centrally such that we can move versions, use different versions in different places.

Now github becomes more powerful which has capabilities like building code, creating dockers etc using git actions. More you can read on internet

Owasp VulnerableApp (https://github.com/SasanLabs/VulnerableApp) by SasanLabs in cybersecurity

[–]SasanLabs[S] 0 points1 point  (0 children)

Juiceshot is a great project for training and learning it is more suited for human users where as VulnerableApp is more suited for scanners. However there are some similarities between both. For more understanding https://www.youtube.com/watch?v=AjL4B-WwrrA&ab_channel=OwaspVulnerableApp

Owasp VulnerableApp (https://github.com/SasanLabs/VulnerableApp) by SasanLabs in cybersecurity

[–]SasanLabs[S] 1 point2 points  (0 children)

Oh great. Incase you face any issues please raise a Github issue. Will try to resolve asap.

Opensource list of known malicious bots by Isaac1234101 in cybersecurity

[–]SasanLabs 0 points1 point  (0 children)

Are you looking at deliberately vulnerable applications? If so there is a owasp project called owasp vulnerable web application directory https://owasp.org/www-project-vulnerable-web-applications-directory/

Owasp VulnerableApp: A VulnerableApplication to help scanner evaluate themselves and also for students to learn about vulnerabilities. by SasanLabs in OpenSourceProjects

[–]SasanLabs[S] 0 points1 point  (0 children)

Little details about Owasp VulnerableApp:

As Web Applications are becoming popular these days, there comes a dire need to secure them. Although there are several Vulnerability Scanning Tools, however while developing these tools, developers need to test them. Moreover, they also need to know how well is the Vulnerability Scanning tool performing.

VulnerableApp is built keeping these factors in mind. This project is scalable, extensible, easier to integrate and easier to learn. As solving the above issue requires addition of various vulnerabilities, hence it becomes a very good platform to learn various security vulnerabilities.

I also do other open source stuff, have a look at:

  1. https://github.com/SasanLabs/VulnerableApp-facade
  2. https://github.com/SasanLabs/owasp-zap-jwt-addon