Exit status code
#4
no, this code is returned directly from the process, your shell is able to give you the results:

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)
Reply


Messages In This Thread
Exit status code - by BadWood17 - 07-16-2020, 09:43 AM
RE: Exit status code - by philsmd - 07-16-2020, 11:27 AM
RE: Exit status code - by BadWood17 - 07-16-2020, 12:01 PM
RE: Exit status code - by philsmd - 07-16-2020, 01:57 PM