You are on page 1of 13

Anonymity

The First Task


a. You have to make a Python programme which does the following:
i. Upon starting, it should display following options to the user
a. Display Current MAC Address
b. Set Specific MAC Address
c. Set Random MAC Address
ii. Choosing the first option shall display the current MAC Address of the interface, choosing the
second shall give user the option to set whatever MAC Address and choosing the third shall
automatically assign a Random MAC Address to the interface.
iii. You program shall not be copied and be coded in PyCharm on Kali Linux.
Code:
Results:
b. Try changing the MAC Address permanently.
Before:

Changing /etc/network/inetrfaces
Reboot

The Second Task


Block a MAC from your home router so that internet becomes inaccessible. Then change your MAC and
get illegal access to internet. Show necessary screenshots which demonstrate the originality of your
work.

Before Filtering:
Mac Filtering:
After Filtering:

Changing Mac address:


The Third Task
a. Use any two free VPN applications (like SuperVPN, ExpressVPN or HotspotShield etc.) on your
smartphone and check whether they leak information or not by going to browserleaks.com.

b. You will then install TOR Browser’s application on your smartphone and open browserleaks.com to
see whether it leaks real identity or not.

c. You will then compare all three applications in tabular form (see next page), after you share necessary
screenshots which reveal the originality of your work. Do attach screenshot of your actual public IP first.

Screenshot (without VPN):


Super VPN:
Secure VPN:
TOR:
Comparison:
Tests Super VPN Secure VPN Tor
Public Ip 178.162.205.9 192.145.126.86 182.191.124.150
(changes every second)
Local Ip 10.189.120.230 10.254.0.1 n/a
Country Germany United Kingdom Netherlands (changes
every second)
IP Leak No No No
DNS Leak No No No
WebRTC Media Leak Yes Yes No
JavaScript Leak Yes Yes No
Canvas Fingerprinting Yes Yes No
WebGL Report Yes Yes No
Font Fingerprinting Yes Yes No
TCP/IP Fingerprint No No No

You might also like