Jarle Thorsen
Jarle Thorsen
When setting the output directory to a network share (and using an archive as input) I get a lot of errors like this: > Safari Browser [safariHistory] artifact executing >...
Running `"fls "` on a specific raw dd image (that I am not able to share), it takes more than an hour for fls to finish with `Cannot determine file...
The original link to REcon 2019: “The Path to the Payload: Android Edition” video does not work anymore ("Permission denied") This commit changes the URL to a working youtube link...
The sell() method takes the nshares argument, however inside the method the variable shares is used instead. This patch changes the name of the argument according to the variable used...
Calling Stock() directly without providing the name of the module will result in the following error: NameError: name 'Stock' is not defined This fixes the bug in the example code.
Your challenge is to modify the **RideData** class, however to show the expected result you use **readrides.read_rides_as_columns()** as an example and this method does not currently return a RideData object......
Just a small heads up on a possible issue: If you have a hive as a bytes object and use AIOWinRegHive class something like this: ``` sw = AIOWinRegHive(software_hive_bytes) for...