mirror of
				https://github.com/HackTricks-wiki/hacktricks.git
				synced 2025-10-10 18:36:50 +00:00 
			
		
		
		
	Add autoVolatility3 memory forensics automation guide
This commit is contained in:
		
							parent
							
								
									d7ffd82dbe
								
							
						
					
					
						commit
						d31aadd42d
					
				| @ -22,6 +22,19 @@ Learn & practice GCP Hacking: <img src="/.gitbook/assets/grte.png" alt="" data-s | ||||
| [**RootedCON**](https://www.rootedcon.com/) is the most relevant cybersecurity event in **Spain** and one of the most important in **Europe**. With **the mission of promoting technical knowledge**, this congress is a boiling meeting point for technology and cybersecurity professionals in every discipline. | ||||
| 
 | ||||
| {% embed url="https://www.rootedcon.com/" %} | ||||
| If you need a tool that automates memory analysis with different scan levels and runs multiple Volatility3 plugins in parallel, you can use autoVolatility3:: [https://github.com/H3xKatana/autoVolatility3/](https://github.com/H3xKatana/autoVolatility3/) | ||||
| 
 | ||||
| ```bash | ||||
| # Full scan (runs all plugins) | ||||
| python3 volatility_forensics.py -f MEMFILE -o OUT_DIR -s full | ||||
| 
 | ||||
| # Minimal scan (runs a limited set of plugins) | ||||
| python3 volatility_forensics.py -f MEMFILE -o OUT_DIR -s minimal | ||||
| 
 | ||||
| # Normal scan (runs a balanced set of plugins) | ||||
| python3 volatility_forensics.py -f MEMFILE -o OUT_DIR -s normal | ||||
| 
 | ||||
| ``` | ||||
| 
 | ||||
| If you want something **fast and crazy** that will launch several Volatility plugins on parallel you can use: [https://github.com/carlospolop/autoVolatility](https://github.com/carlospolop/autoVolatility) | ||||
| 
 | ||||
| @ -29,6 +42,7 @@ If you want something **fast and crazy** that will launch several Volatility plu | ||||
| python autoVolatility.py -f MEMFILE -d OUT_DIRECTORY -e /home/user/tools/volatility/vol.py # It will use the most important plugins (could use a lot of space depending on the size of the memory) | ||||
| ``` | ||||
| 
 | ||||
| 
 | ||||
| ## Installation | ||||
| 
 | ||||
| ### volatility3 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user