Esoc488 fa17 assignment 2 faq: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| mNo edit summary | m (→Frequently Asked Questions (FAQ) for Assignment 2:  moving general note to main page) | ||
| Line 3: | Line 3: | ||
| __FORCETOC__ | __FORCETOC__ | ||
| __TOC__ | __TOC__ | ||
| == Section 2 (Simple Auditing) Questions == | == Section 2 (Simple Auditing) Questions == | ||
Revision as of 19:08, 18 November 2017
__NOTITLE__
Frequently Asked Questions (FAQ) for Assignment 2
Section 2 (Simple Auditing) Questions
- For question 2.3 this is done off of the VPS, right?
 It can be, or it can be done on your local machine if you'd prefer. If you've already got mitmproxy set up locally, I'd using that rather than setting things up again on your server.
Section 3 (Tor) Questions
- How do I get my browser to use the tor process created when I called
- $ tor --control-port=9051 
- ?
- Use a normal browser (ie not the Tor browser) by changing your proxy settings (web searches will help with how to do that if you are not already familiar with it). You'll want to use a SOCKS proxy through 127.0.0.1 on port 9050 (Tor has a SOCKS listener on 9050, and bc of the --control-port option you specified, it also listens on 9051 as a control port, which you'll use with Stem). You can go to check.torproject.org to check that things worked.