├── image.png ├── pre-exploitation.png ├── linux-postexploit.png ├── windows-postexploit.png ├── OSCP - checklist_v0.1.xlsm ├── OSCP - checklist_v0.2.xlsm └── README.md /image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peanuthacker92/oscp-command-filtering-tool/HEAD/image.png -------------------------------------------------------------------------------- /pre-exploitation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peanuthacker92/oscp-command-filtering-tool/HEAD/pre-exploitation.png -------------------------------------------------------------------------------- /linux-postexploit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peanuthacker92/oscp-command-filtering-tool/HEAD/linux-postexploit.png -------------------------------------------------------------------------------- /windows-postexploit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peanuthacker92/oscp-command-filtering-tool/HEAD/windows-postexploit.png -------------------------------------------------------------------------------- /OSCP - checklist_v0.1.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peanuthacker92/oscp-command-filtering-tool/HEAD/OSCP - checklist_v0.1.xlsm -------------------------------------------------------------------------------- /OSCP - checklist_v0.2.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peanuthacker92/oscp-command-filtering-tool/HEAD/OSCP - checklist_v0.2.xlsm -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # oscp command filtering tool 2 | **Features** 3 | - easily filter for commands based on tool, language, intent, port or operating system 4 | - automatically updates both kali and victim ip address so you dont have to manually modify the command 5 | - the filters are easily modifiable and content can be appended/deleted or you can start from fresh 6 | 7 | **Usage** 8 | - Replace all IP (kali_ip) -> To replace all instances of your existing kali ip with new kali ip, enter new ip address **into cell to the right of** "New Kali IP" and press replace (whenever you get new vpn ip) 9 | - Replace all IP (victim_ip) -> To replace all instances of your victim ip with new victim ip, enter new ip address **into cell to the right of** "New Victim IP" and press replace (whenever you attack new box) 10 | - Show / Hide / Clear Filter -> toggle the filters on / off 11 | - Copy to clipboard -> copies the cell value into your clipboard (for those lazy to ctrl + c) 12 | 13 | 14 | 15 | **Commands**  16 | ![image](https://github.com/jagansomaiah/oscp_checklist/blob/master/image.png) 17 | 18 | **Pre-exploitation**  19 | ![image](https://github.com/jagansomaiah/oscp_checklist/blob/master/pre-exploitation.png) 20 | 21 | **Linux post-exploitation** 22 | ![image](https://github.com/jagansomaiah/oscp_checklist/blob/master/linux-postexploit.png) 23 | 24 | **Windows post-exploitation** 25 | ![image](https://github.com/jagansomaiah/oscp_checklist/blob/master/windows-postexploit.png) 26 | 27 | 28 | **Disclaimer** 29 | 30 | - I shared this with a friend and some vba functions dont seem to work for him (it works fine for me) - I suspect its due to 31 | excel versioning issues and not the vba code itself as it doesnt reference any files/folders external to the excel 32 | - If enough people have the same problem, I may try to find the root cause and debug, else I wont 33 | - v0.1 and v0.2 are the same files with different vba code for the "copy to clipboard" function 34 | - remember to enable macros for excel! 35 | - These arent my notes, more of a checklist that I used for convenience 36 | - Also im new to github, be kind 37 | --------------------------------------------------------------------------------