LFI to RCE via access_log injection

#Howto Disable Online Content Fetching When Searching in #Ubuntu 14.04

By default, when you search using the Unity Dash, online shopping suggestions such as Amazon display in your results. You may not want online suggestions included in your search results, whether it be for bandwidth or privacy reasons. You can easily disable this feature.
To do this, press Ctrl + Alt + T to open a Terminal window. Type the following command at the prompt and press Enter.
gsettings set com.canonical.Unity.Lenses remote-content-search ‘none’
NOTE: Linux is case sensitive, so you must type the line above as shown. Also, when we say to type something in this article and there are quotes around the text, DO NOT type the quotes, unless we specify otherwise.
01_turning_off_remote_content_fetching
If you are returned to the prompt with no further messages, the command was successful. Type “exit” at the prompt to close the Terminal window.
02_closing_terminal_window
For this setting to take effect, you must log out and then log back in. To do this, select Log Out from the system menu on the top panel in the upper-right corner of the screen.
03_selecting_log_out
You can either lock the screen or log out. Click Log Out.
04_clicking_log_out
Once you log back in, click the Search button at the top of the Unity bar to access Unity Dash. Type a search term in the search box. Notice that the results displayed are only applications and files and folders found locally on your computer. There are no remote results.
05_no_remote_results_in_search
If you decide you want the remote results again, type the following command at the prompt in a Terminal window and press Enter.
gsettings set com.canonical.Unity.Lenses remote-content-search ‘all’
06_turning_on_remote_content_fetching
With no remote sources included in your searches, the search results should display faster.


Comments