Hardhat-Enterprises / Deakin-Detonator-Toolkit

Deakin Detonator Toolkit redesign using Tauri, React and Mantine.
15 stars 23 forks source link

[Bug]: IP address field has no input validattion. #761

Open s223915833 opened 2 months ago

s223915833 commented 2 months ago

Name of Bug

Input validation - IP address

What Happened?

IP address filed is not validated. Allows to enter any text value.

Steps to Reproduce

  1. Navigate to a tool that has an IP address input field.
  2. Enter any text into the field.
  3. Submit along with other required input data.
  4. Filed is not validated. Allows to enter any text value.
junedtk632 commented 2 months ago

Hey Nirodha, The IP address field in different tools like Nmap or NsLookup use both IP address or Hostname (website) to search. I have checked both tools in DDT and in Kali terminal. I am sure it does not matter as long as the text value is the Hostname other than IP addresses.