Skip to content

EHxuban11/vin_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google dorks for finding VIN xlsx files

filetype:xls OR filetype:xlsx "VIN" OR "Vehicle Identification Number"

What is a VIN ?

VIN: Vehicle Identification Number, unique code for each vehicle.

Structure of a VIN

  • The first 3 characters are the WMI (World Manufacturer Identifier).
  • The next 6 characters are the VDS (Vehicle Descriptor Section).
  • The 9th character is the Check Digit.
  • The last 8 characters are the VIS (Vehicle Identifier Section).

What is a WMI ?

WMI: World Manufacturer Identifier, first 3 characters of the VIN.

  • It identifies the manufacturer of the vehicle.
  • It is assigned by the Society of Automotive Engineers (SAE).
  • It is unique for each manufacturer.

What is a VDS ?

VDS: Vehicle Descriptor Section, characters 4 to 9 of the VIN.

What is a VIS ?

VIS: Vehicle Identifier Section, characters 10 to 17 of the VIN.

  • It identifies the vehicle serial number.
  • It is unique for each vehicle.

What is a Check Digit ?

Check Digit: character 9 of the VIN.

  • It is used to verify the accuracy of the VIN.
  • It is calculated using a mathematical formula.
  • It is unique for each VIN.

Releases

No releases published

Packages

No packages published