no, this code is returned directly from the process, your shell is able to give you the results:
linux
on windows it seems to be this: https://stackoverflow.com/questions/3348...890#334890
there are of course libraries and also python modules/libs (e.g. https://docs.python.org/3/library/subprocess.html , see returncode etc)
linux
Code:
hashcat example0.hash example.dict
echo $?
on windows it seems to be this: https://stackoverflow.com/questions/3348...890#334890
there are of course libraries and also python modules/libs (e.g. https://docs.python.org/3/library/subprocess.html , see returncode etc)