What is the difference between update and upgrade when using a module in ptf (Penetration Testers Framework) ?
Asked
Active
Viewed 151 times
What is the difference between update and upgrade when using a module in ptf (Penetration Testers Framework) ?
upgradeandupdate– schroeder Oct 29 '16 at 19:57helpit will show you the available commands for that module. Between these commands we find update and upgrade. I tried them both, but can't seem to figure out the difference. – Sidahmed Oct 29 '16 at 20:03if prompt.lower() == "update" or prompt.lower() == "upgrade":meaning that they are the same. – schroeder Oct 29 '16 at 21:23