2. Enter your bitcoin address on From address
3. Enter opponent bitcoin address at To field
4. Enter amount of BTC and click next step
5. Transaction fee for every transaction is 0.0001 BTC
This is slide 1 description. Go to Edit HTML of your blogger blog. Find these sentences. You can replace these sentences with your own words. This is a Blogger template by NewBloggerThemes.com...
This is slide 2 description. Go to Edit HTML of your blogger blog. Find these sentences. You can replace these sentences with your own words. This is a Blogger template by NewBloggerThemes.com...
This is slide 3 description. Go to Edit HTML of your blogger blog. Find these sentences. You can replace these sentences with your own words. This is a Blogger template by NewBloggerThemes.com...
This is slide 4 description. Go to Edit HTML of your blogger blog. Find these sentences. You can replace these sentences with your own words. This is a Blogger template by NewBloggerThemes.com...
This is slide 5 description. Go to Edit HTML of your blogger blog. Find these sentences. You can replace these sentences with your own words. This is a Blogger template by NewBloggerThemes.com...
Why Linux only?
Setting up
import os # Importing main libsimport sysstart = "" # Setting up variablesrange1 = 0range2 = 0
for carg in sys.argv: # Checking for argumentsif carg == "-s":argnum = sys.argv.index(carg)argnum += 1start = sys.argv[argnum]elif carg == "-r1":argnum = sys.argv.index(carg)argnum += 1range1r = sys.argv[argnum]range1 = int(range1r)elif carg == "-r2":argnum = sys.argv.index(carg)argnum += 1range2r = sys.argv[argnum]range2 = int(range2r)
print ("[*] Host Scanner launched!") # Informs user about initialize
if start == "": # Checks if all the information is providedprint ("[E] No host provided")elif range1 == 0:print ("[E] No range1 provided")elif range2 == 0:print ("[E] No range2 provided")else:if range1 > range2:count = range1 - range2elif range1 < range2:count = range2 - range1for ccount in range(range1, range2): # Counts the IP range to pingtarget = start + "." + str(ccount)response = os.system("ping " + target + " 2>&1 >/dev/null") # Sets response to pingif response == 0: # Reads response, checks if it is 0err = 0 # sets err to 0else:err = 1 # sets err to 1if err == 0: # when err is equal to 0print ("[+] " + target + " is up!") # Informs user about hosts that are up
Code should look like this (comments are cut, do not worry):
1. Open the Control Panel.
2. Open up Network and Internet and go to the Network and Sharing Center.
3. Click on Change adapter settings on the left hand panel.
4. This will bring up a list of adapters present on your computer. Most people will have a Local Area Connection while laptop users will add a Wireless Network Connection and possibly a Bluetooth Network Connection...go ahead andright click on Local Area Connection and click on Properties.
NOTE: These steps do not change if you are modifying the Wireless Network Connection instead
5. If prompted by UAC, click on Yes.
6. Highlight Internet Protocol Version 4 (TCP/IPv4) and click on properties.
7. In the properties window you will see a few radio boxes with both of them saying Obtain an IP/DNS Address Automatically....we will leave the IP address alone and will change the Obtain DNS....to use the following:In the Preferred DNS server boxes enter this sequence: 208.67.222.222
In the Alternate DNS server boxes enter this sequence: 208.67.220.220
8. Check the validate settings upon exit (Optional) check box, click OK, and then Close to finish. (See screenshot above)
9. Windows will check your settings (if you checked the option above) and you will be finished! Now start surfing to feel the effects of a quicker and more secure browsing experience!
