Nmap commands for Linux systems

  • April 3, 2021
  • ValeurBit
Nmap is short for Network Mapper . It is an open source security tool for network exploration, security scanning, and auditing. However, the nmap command comes with a lot of options that make the utility more advanced, but...
1. Scan One Host or IP Address Scan  Specific IP Address : $ nmap 192.168.1.1 Scan server by  Hostname : $ nmap server.valeurbit.com Increase the  Level of Detail of  scan results: $ nmap -v server.valeurbit.com...

What is ADB and it’s commands

  • March 17, 2021
  • Yash Kudal
ADB (Android Debug Bridge) is a console client-server program that acts as a universal interface for managing Android devices (or their emulators). Through ADB programs on the computer, you...

Android Manifest File Analysis

  • March 1, 2021
  • Yash Kudal
Every project in Android has a manifest file called AndroidManifest.xml , which is stored in the root directory. The manifest file is an important part of our application as it defines the...

Blindfolded SQL Injection

  • February 20, 2021
  • ValeurBit
Over the past few years, the number of SQL injection attacks has been steadily increasing. The growth in the number of database applications, as well as in the number of...

Bug Bounty Toolkit

  • February 15, 2021
  • Yash Kudal
The bug bounty program is a deal offered by many websites, organizations and software developers where people can gain acceptance and compensation for reporting security flaws or vulnerabilities. These...