tgangte / bonesi

Automatically exported from code.google.com/p/bonesi
Apache License 2.0
1 stars 0 forks source link

Change MAC address #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sir is it possible to change MAC address with every TCP-SYN request to a 
machine?

Because otherwise suppose I issued the below command:
sudo bonesi -i 50k-bots -u http://192.168.1.220 -p tcp -r 20 -o 
bonesi_stats.txt -c 200 -b browserlist.txt -d eth0 -v 192.168.1.220:80

Then machine 192.168.1.220 will came to know that TCP-SYN request are generated 
from same MAC address(i.e. same machine) and it can block that MAC address.

So sir my question is whether is it possible to change MAC address in every
request.

Thanx

Original issue reported on code.google.com by aman21si...@gmail.com on 3 Feb 2012 at 5:17

GoogleCodeExporter commented 9 years ago
Hello,

in the "real world" a web server is usually connected via a router or a gateway 
to the internet. Such, all requests seen at the server usually contain its MAC 
address. 

Changing MAC addresses only makes sense, if all attackers are within a 
non-routed local/internal network, but this is usually not the source for 
attacks.

Best regards,
 Markus.

Original comment by goldstein.iupr on 6 Feb 2012 at 10:40