Skip to content

Commit 1d27538

Browse files
committed
Missing a word
1 parent a7c778b commit 1d27538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/modules/exploit/multi/http/magento_unserialize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If at some point the IP (base URL) of Magento has changed, then you will need to
7171
3. Do: ```select * from core_config_data;```, you should see both web/unsecure/base_url (config ID 2) and web/secure/base_url (config ID 3) with the hardcoded IP.
7272
4. Do: ```update core_config_data set value='http://[IP]/' where config_id=2;```
7373
5. Do: ```update core_config_data set value='https://[IP]/' where config_id=3;```
74-
6. Back the Magento directory, do: ```sudo rm -rf var/cache/*```
74+
6. Back to the Magento directory, do: ```sudo rm -rf var/cache/*```
7575
7. Also do: ```sudo rm -rf var/generation/*```
7676
8. Also do: ```sudo rm -rf var/page_cache/*```
7777
9. Browse to Magento again with the new IP, it should be up and running again.

0 commit comments

Comments
 (0)