How to get what a fast moving object is touching

So I am trying to make a weapon system for my spaceship and I want to simulate ship damage on each individual part of the ship, I wanted to shoot out a raycast from all the sides of my laser and what ever it touches it prints the name of the part, note that the laser is moving very very fast so how would i go about that