skip to main | skip to sidebar
Facebook Twitter Google
Goldi Hacks
  • Home
  • News
  • Annonimity
  • Articles
  • Hacks
    • Google Hacks
    • Windows Hacks
    • Linux Hacks
  • Tips -n- Tricks
    • Google Search
    • Windows Tips
    • Linux Tips
    • Backtrack Tips
  • Tutorials
    • CCNA Tutorials
    • Networking Basics
    • Ethical Hacking
    • Java

Chrome connects to three random domains at startup.

Posted by Aman
Chrome connects to three random domains at startup.

When you start Chrome, it attempts to connect to three random domains like http://aghepodlln/ or http://lkhjasdnpr/. I’ve seen a few theories about why exactly this happens that brush up against the nefarious. The true rationale is incredibly mundane: hopefully this short summary will clear things up.
The goal of the requests is to determine if you’re currently on a network that intercepts and redirects requests for nonexistent hostnames. For example, it’s not at all uncommon for ISP to transparently redirect failed DNS lookups in order to convert requests like http://text/into requests for http://your.helpful.isp/search?q=text. Leaving aside a discussion of the rightness or wrongness of these “helpful” activities, this behavior causes problems for Chrome. Specifically, it breaks some heuristics the Omnibox uses to determine whether a user means to search for a specific term, or to visit a non-standard domain name.
Google’s internal network is a good example of how this can cause problems. Internally, a short-link service named “go” makes sharing memorable links straightforward. If I type “go” in Chrome’s Omnibox and hit enter, it’s not exactly clear whether I mean to visit http://go/or to search for “Go” (which is an interesting programming language, by the way). Chrome does its best to do The Right Thing™ in response to this sort of user input by executing a search, and then, in the background, executing a HEAD request for the potential domain. If the server responds, Chrome will display an infobar, asking if you meant to navigate tohttp://go/, and it will remember your response for future reference.
As you can see, this feature is completely broken if your ISP intercepts all such requests: you’d get infobars on every one-word search. So Chrome checks things out at startup, and whenever your IP address changes. And, Chrome is beautifully open-source, so let’s take a quick look at the very straightforward implementation:

IntranetRedirectDetector is the place to start. When Chrome starts up, it creates anIntranetRedirectorDetector object. This sets up a short delay (currently hard-coded to 7 seconds) in order to ensure that it doesn’t get in the way of time-critical startup activities, and then calls IntranetRedirectDetector::FinishSleep() where the real work begins. This method generates three random domain names, and kicks off asynchronous HEAD requests to each in such a way that they don’t generate cache entries, and don’t save cookies. As each of these requests completes, IntranetRedirectDetector::OnURLFetchComplete() is called to record the result. If any two of the three requests resolve to the same host, that host is stored as the network’s “redirect origin”. Easy.

This information is used in AlternateNavURLFetcher to determine whether or not an infobar should be shown for a specific Omnibox-generated search. If the HEAD request returns the same site as the redirect origin Chrome saw at startup, then it’s ignored. If it’s a different origin, then a helpful infobar might be in order.

So there you have it. Chrome makes three requests to random domains just after startup in order to provide its Omnibox heuristics with enough information to correctly work out a user’s intent. These requests are not sending your valuable data anywhere for nefarious purposes, nor are they useful for tracking purposes. The requests happen in order to fix crbug.com/18942, and for no other reason. — Mike West
source- https://mikewest.org/2012/02/chrome-connects-to-three-random-domains-at-startup






How to Restore a File or Folder which is Deleted or Renamed in Windows 7

Posted by Aman

Have you ever faced a situation when you have deleted or renamed a file accidentally and you were not able to recover them. You may have tried some recovery tools to recover them .However such tools are freely available and also there are premium version of them is also available.
But have you think to recover them without using these tools (note that all tools are not able to recover renamed files ).
It is possible in Windows7 that you can restore a File or Folder which is deleted or renamed .
If you accidentally delete or rename a file or folder, you can restore a previous version of that file or folder, but you need to know the location where the file or folder was saved. 


To restore a file or folder that was deleted or renamed, follow these steps: 1. Open Computer by clicking the Start button, and then clicking Computer.
2. Navigate to the folder that used to contain the file or folder, right-click it, and then click Restore previous versions. 

If the folder was at the top level of a drive, for example C:, right-click the drive and then click Restore previous versions.
3. Double-click a previous version of the folder that contains the file or folder you want to restore. (For example, if a file was deleted today, choose a version of the folder from yesterday that contains the file.) 



4. Drag the file or folder that you want to restore to another location, such as your desktop or another folder.

Save your EYEs from Computer's Display

Posted by Aman
Ever notice how people texting at night have that eerie blue glow?
Or wake up ready to write down the Next Great Idea, and get blinded by your computer screen?

During the day, computer screens look good—they're designed to look like the sun. But, at 9PM, 10PM, or 3AM, you probably shouldn't be looking at the sun.

f.lux
F.lux fixes this: it makes the color of your computer's display adapt to the time of day, warm at night and like sunlight during the day.
It's even possible that you're staying up too late because of your computer. You could use f.lux because it makes you sleep better, or you could just use it just because it makes your computer look better.



f.lux makes your computer screen look like the room you're in, all the time. When the sun sets, it makes your computer look like your indoor lights. In the morning, it makes things look like sunlight again.


Tell f.lux what kind of lighting you have, and where you live. Then forget about it. F.lux will do the rest, automatically.
Download f.lux here





How secure is your password ???

Posted by Aman
Hey guys , i am asking you a simple question.Don't worry i am not gonna ask your password, i am asking HOW SECURE IS YOUR PASSWORD?? ( for a brute force attack)If you know the answer then reply in comments.If you don't know then read further.You can check the strength of you password here 

http://howsecureismypassword.net/
.
when you type your password in given text box , it will show the result depending upon strength of your password. It will show that how much time a desktop PC will take to crack your password. Here are some 
screen-shots of this website.
Depending upon strength of password the page color changes also.You can try it yourself. Have a strong password and try to be secure.
Note that these results are for meant for how much time a Desktop PC will take to crack when it will Brute Force it.

Run Commands for Accessories

Posted by Aman
  1. Calculator = calc 
  2. Command Prompt = cmd 
  3. Connect to a Network Projector = NetProj 
  4. Presentation Settings = PresentationSettings 
  5. Connect to a Projector = displayswitch or Windows logo key + P 
  6. Notepad = notepad 
  7. Microsoft Paint = mspaint.exe 
  8. Remote Desktop Connection = mstsc 
  9. Run = Windows logo key + R 
  10. Snipping Tool = snippingtool 
  11. Sound Recorder = soundrecorder 
  12. Sticky Note = StikyNot 
  13. Sync Center = mobsync 
  14. Windows Mobility Center (Only on Laptops) = mblctr or Windows logo key + X 
  15. Windows Explorer = explorer or Windows logo key + E 
  16. Wordpad = write 
  17. Ease of Access Center = utilman or Windows logo key + U 
  18. Magnifier = magnify 
  19. Narrator = Narrator 
  20. On Screen Keyboard = osk 
  21. Private Character Editor = eudcedit 
  22. Character Map = charmap 
  23. Ditilizer Calibration Tool = tabcal 
  24. Disk Cleanup Utility = cleanmgr 
  25. Defragment User Interface = dfrgui 
  26. Internet Explorer = iexplore 
  27. Rating System = ticrf 
  28. Internet Explorer (No Add-ons) = iexplore -extoff 
  29. Internet Explorer (No Home) = iexplore about:blank 
  30. Phone Dialer = dialer 
  31. Printer Migration = PrintBrmUi 
  32. System Information = msinfo32 
  33. System Restore = rstrui 
  34. Windows Easy Transfer = migwiz 
  35. Windows Media Player = wmplayer 
  36. Windows Media Player DVD Player = dvdplay 
  37. Windows Fax and Scan Cover Page Editor = fxscover 
  38. Windows Fax and Scan = wfs 
  39. Windows Image Acquisition = wiaacmgr 
  40. Windows PowerShell ISE = powershell_ise 
  41. Windows PowerShell = powershell 
  42. XPS Viewer = xpsrchvw 
  43. Open Documents folder = documents 
  44. Open Pictures folder = pictures 
  45. Open Music folder = music 
  46. Open Videos folder = videos 
  47. Open Downloads folder = downloads 
  48. Open Favorites folder = favorites 
  49. Open Recent folder = recent 
  50. Logs out of Windows = logoff 
  51. Locks User Account = Windows logo Key + L

Run Commands for Computer Management

Posted by Aman
  1. Computer Management = compmgmt.msc or CompMgmtLauncher 
  2. Task Scheduler = control schedtasks 
  3. Event Viewer = eventvwr.msc 
  4. Shared Folders/MMC = fsmgmt.msc 
  5. Local Users and Groups = lusrmgr.msc 
  6. Performance Monitor = perfmon.msc 
  7. Device Manager = devmgmt.msc 
  8. Disk Management = diskmgmt.msc 
  9. Services = services.msc 
  10. Windows Management Infrastructure = wmimgmt.msc

Run Commands for Administrative Tools

Posted by Aman
  1. Administrative Tools = control admintools 
  2. Authorization Manager = azman.msc 
  3. Component Services = dcomcnfg 
  4. Certificate Manager = certmgr.msc 
  5. Direct X Troubleshooter = dxdiag 
  6. Display Languages = lpksetup 
  7. ODBC Data Source Administrator = odbcad32 
  8. File Signature Verification Tool = sigverif 
  9. Group Policy Editor = gpedit.msc 
  10. Add Hardware Wizard = hdwwiz.cpl 
  11. iSCSI Initiator = iscsicpl 
  12. Iexpress Wizard = iexpress 
  13. Local Security Settings = secpol.msc 
  14. Microsoft Support Diagnostic Tool = msdt 
  15. Microsoft Management Console = mmc 
  16. Print management = printmanagement.msc 
  17. Printer User Interface = printui 
  18. Problems Steps Recorder = psr 
  19. People Near Me = p2phost 
  20. Registry Editor = regedit or regedt32 
  21. Resoure Monitor = resmon 
  22. System Configuration Utility = msconfig 
  23. Resultant Set of Policy = rsop.msc 
  24. SQL Server Client Configuration = cliconfg 
  25. Task Manager = taskmgr 
  26. Trusted Platform Module = tpm.msc 
  27. TPM Security Hardware = TpmInit 
  28. Windows Remote Assistance = msra 
  29. Windows Share Folder Creation Wizard = shrpubw 
  30. Windows Standalong Update Manager = wusa 
  31. Windows System Security Tool = syskey 
  32. Windows Script Host Settings = wscript 
  33. Windows Version = winver 
  34. Windows Firewall with Advanced Security = wf.msc 
  35. Windows Memory Diagnostic = MdSched 
  36. Windows Malicious Removal Tool = mrt

Run Commands for Control Panel

Posted by Aman
  1. Control Panel = control 
  2. Action Center= wscui.cpl 
  3. Autoplay = control.exe /name Microsoft.autoplay 
  4. Backup and Restore = sdclt 
  5. Create a System Repair disc = recdisc 
  6. BDE Administrator = bdeadmin.cpl 
  7. Color Management = colorcpl 
  8. Credential Manager = control.exe /name Microsoft.CredentialManager 
  9. Credential Manager Stored User Names and Passwords = credwiz 
  10. Date and Time Properties = timedate.cpl 
  11. Default Programs = control.exe /name Microsoft.DefaultPrograms 
  12. Set Program Access and Computer Defaults = control appwiz.cpl,,3 or ComputerDefaults 
  13. Devices and Printers = control printers 
  14. Devices and Printers Add a Device = DevicePairingWizard 
  15. Display = dpiscaling 
  16. Screen Resolution = desk.cpl 
  17. Display Color Calibration = dccw 
  18. Cleartype Text Tuner = cttune 
  19. Folders Options = control folders 
  20. Fonts = control fonts 
  21. Getting Started = GettingStarted 
  22. HomeGroup = control.exe /name Microsoft.HomeGroup 
  23. Indexing Options = control.exe /name Microsoft.IndexingOptions 
  24. Internet Properties = inetcpl.cpl 
  25. Keyboard = control keyboard 
  26. Location and Other Sensors = control.exe /name Microsoft.LocationandOtherSensors 
  27. Location Notifications = LocationNotifications 
  28. Mouse = control mouse or main.cpl 
  29. Network and Sharing Center = control.exe /name Microsoft.NetworkandSharingCenter 
  30. Network Connections = control netconnections or ncpa.cpl 
  31. Notification Area Icons = control.exe /name Microsoft.NotificationAreaIcons 
  32. Parental Controls = control.exe /name Microsoft.ParentalControls 
  33. Performance Information = control.exe /name Microsoft.PerformanceInformationandTools 
  34. Personalization = control desktop 
  35. Windows Color and Appearance = control color 
  36. Phone and Modem Options = telephon.cpl 
  37. Power Configuration = powercfg.cpl 
  38. Programs and Features = appwiz.cpl or control appwiz.cpl 
  39. Optional Features Manager = optionalfeatures or control appwiz.cpl,,2 
  40. Recovery = control.exe /name Microsoft.Recovery 
  41. Regional and Language = intl.cpl 
  42. RemoteApp = control.exe /name Microsoft.RemoteAppandDesktopConnections 
  43. Sound = mmsys.cpl 
  44. Volume Mixer = sndvol 
  45. System Properties = sysdm.cpl or Windows logo key + Pause/Break 
  46. SP ComputerName Tab = SystemPropertiesComputerName 
  47. SP Hardware Tab = SystemPropertiesHardware 
  48. SP Advanced Tab = SystemPropertiesAdvanced 
  49. SP Performance = SystemPropertiesPerformance 
  50. SP Data Execution Prevention = SystemPropertiesDataExecutionPrevention 
  51. SP Protection Tab = SystemPropertiesProtection 
  52. SP Remote Tab = SystemPropertiesRemote 
  53. Windows Activation = slui 
  54. Windows Activation Phone Numbers = slui 4 
  55. Taskbar and Start Menu = control.exe /name Microsoft.TaskbarandStartMenu 
  56. Troubleshooting = control.exe /name Microsoft.Troubleshooting 
  57. User Accounts = control.exe /name Microsoft.UserAccounts 
  58. User Account Control Settings = UserAccountControlSettings 
  59. User Accounts Windows 2000/domain version = netplwiz or control userpasswords2 
  60. Encryption File System = rekeywiz 
  61. Windows Anytime Upgrade = WindowsAnytimeUpgradeui 
  62. Windows Anytime Upgrade Results = WindowsAnytimeUpgradeResults 
  63. Windows CardSpace = control.exe /name Microsoft.cardspace 
  64. Windows Firewall = firewall.cpl 
  65. WindowsSideshow = control.exe /name Microsoft.WindowsSideshow 
  66. Windows Update App Manager = wuapp
Older Posts »

Category

Computer Security google hacking hacking Internet security do not track ethical hacking linux backup registry foss history of hacking

Popular Posts

  • Google Hacking Keywords-2
  • Google Hacking Keywords-1
  • Using Google as a password stealer
  • How to back up and restore the registry in Windows XP
goldihacks. Powered by Blogger.

Total Pageviews


Copyright © 2014 Goldi Hacks. All rights reserved.