Sarthak Tyagisarthakwrites.hashnode.dev·Oct 16, 2024Trivy Multiple Container ScanRequirements:- Windows is not use for trivy install Install trivy and make a script for multiple container scan How to install trivy in ubuntu Just run these 2 command with sudo permission wget https://github.com/aquasecurity/trivy/releases/downl...Discusscontainer-scan
Isael Melendezismele.hashnode.dev·Oct 9, 2024Learning Nessus EssentialsWhen we start in the cybersecurity field, principally studying to obtain CompTIA Security+ and more closely to Vulnerability Scanning Tools in theory, you may remember the name “ NESSUS”. I’m pretty sure you remembered it. So, What’s NESSUS? Why is i...Discuss·3 likesnessus
Trix Cyruswaymap-web-vulnerability-scanner.hashnode.dev·Sep 29, 2024Waymap - Web Application Vulnerability Scanner ToolWaymap - Web Vulnerability Scanner Tool url - https://github.com/TrixSec/waymap Current Version: 1.1.1 Author: Trix Cyrus What is Waymap? Waymap is a fast and optimized web vulnerability scanner designed for penetration testers. It effectively identi...Discuss·1 likehacking
Harsh Pareekharshpareek.hashnode.dev·Jul 17, 2024Java's Two Input Methods: Scanner and BufferedReaderIntroduction: Scanner Scanner class is widely used in java because of it's easy code implementation . Input allows programs to obtain data from various sources, such as users, files, or external devices. This data can be used for processing, analysis...DiscussBufferedReader
Fahad Rizwanraid3n.hashnode.dev·Jan 8, 2024How to limit Scan Area ~expo-barcode-scannerI was creating an app for iOS using expo, where I had to scan multiple QR codes but the problem was the whole camera acted as a scanner so it scanned the first QR code that was visible in the camera. I tried different libraries such as react-native-v...Discusssoftware development
PHP Securephpsecur.hashnode.dev·Dec 1, 2023Automated secure code checks in your workflowGreat news! You asked - we delivered! When we first started with the PHP Secure Vulnerability Scanner, scanning your project required you to click the Scan button and upload your code. You could package your project and upload it as one archive file...DiscussGitHub
Stackzerostackzero.hashnode.dev·Jul 6, 2023How to create a network scanner tool in a few lines of code!If you want to know how to create a network scanner tool in Python in a few lines, without effort, you are in the right place: We are going to build a tool for network analysis, in particular for host and service scanning.This a very important phase ...DiscussEthical Hacking
Jackson Jiangjacksonjiang.hashnode.dev·Mar 24, 2023Developing a Barcode Reader to Make Life EasierI recently came across an article saying that barcodes and barcode readers have become a mainstay of today's economies and our lives in general, since they were introduced in the 1970s. So, I decided to test how true this is by seeing how often I com...Discuss·41 readsJava
Ankit Nainwalankitnainwal.hashnode.dev·Aug 23, 2022Open-Source Web Vulnerability Scanner and PatcherThis tools is very helpful for finding vulnerabilities present in the Web Applications. A vulnerability scanner is a computer program designed to assess computers, networks or applications for known weaknesses. In plain words, these scanners are use...Discuss·44 readsLinux