Firstly if you are talking about lattice attack please be very carefully with definition ot this type attack:)
becouse there is no one "definition" for lattice attack.
That's true, but GitHub repository of this tool (
lattice-attack) already state what kind of attack it perform.
It uses linear matrices and lattice basis reduction to solve a Shortest Vector Problem from a Hidden Number Problem.
Can someone post a working python script for basic lattice attack? Thanks
If you mean working script
besides lattice-attack which mentioned by OP, i only can suggest script from this blog
https://blog.trailofbits.com/2020/06/11/ecdsa-handle-with-care/.
Did you even read this thread buddy? Both no working OP script and the article you shared is already there and it's useless.