• support[@]kurinchilion.com
  • +1 (888) 666-4252

Blog

Top 5 open-source security tools

Dec 31, 2024 - by kurinchilamp // 382 Views
Top 5 open-source security tools that organizations and developers can use to identify and mitigate security threats effectively:

1. OWASP ZAP (Zed Attack Proxy)

  • Purpose: Web application security testing.
  • Features:
    • Automatic scanning for vulnerabilities such as SQL injection and cross-site scripting (XSS).
    • Man-in-the-middle (MITM) proxy for manual exploration.
    • Integrates with CI/CD pipelines for continuous security testing.
  • Why It’s Useful: Ideal for developers to test web apps during development and deployment.
(more…)
Continue Reading

Top open source security tools for website testing

Jan 11, 2024 - by kurinchilamp // 86 Views
The choice of tool depends on your specific needs:
  • Automated Scanning: OWASP ZAP, Wapiti, Arachni.
  • Manual Penetration Testing: Burp Suite, Metasploit.
  • Server Configuration Checks: Nikto, Nmap.
Integrate these tools into your security testing workflow to ensure robust web application protection. (more…)
Continue Reading

Nmap for vulnerability assessment on target systems

Aug 12, 2023 - by kurinchilamp // 274 Views
Nmap can be a valuable tool for conducting vulnerability assessments on target systems. While Nmap itself is primarily a network scanning tool, it provides features that can help identify potential vulnerabilities and security issues. Here's how Nmap can be used for vulnerability assessment: (more…)
Continue Reading

Nmap for network scanning and exploration

Aug 01, 2023 - by kurinchilamp // 275 Views
Nmap (Network Mapper) is a powerful and versatile network scanning and exploration tool. It is open-source and widely used for network discovery, security auditing, and vulnerability assessment. Nmap provides a range of features that allow you to examine and map networks, identify open ports, discover hosts, and gather information about the systems on a network. (more…)
Continue Reading

OWASP for improving security of software and web applications

Mar 02, 2023 - by kurinchilamp // 243 Views
OWASP stands for the Open Web Application Security Project. It is a non-profit organization dedicated to improving the security of software and web applications. OWASP provides resources, tools, and guidance to help organizations and individuals understand and mitigate the risks associated with web application security. The mission of OWASP is to make software security visible, so that individuals and organizations can make informed decisions about their application security needs. OWASP operates as a global community-driven organization, with a vast network of volunteers who contribute to various projects, initiatives, and events. (more…)
Continue Reading

Python PIP install: Insecure platform warning

Dec 21, 2016 - by kurinchilamp // 541 Views
Normally, installing a python module and its dependencies is done via Pip. If HTTPS is blocked in private networks, then things might get tricky and you get the following message. InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. To bypass this, you can issue the below command to trust pypi.python.org $ pip install --trusted-host pypi.python.org Flask To make sure that the needed module is installed, check it by $ pip freeze
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.