quarta-feira, 31 de maio de 2023

FOOTPRITING AND INFORMATION GATHERING USED IN HACKING

WHAT IS FOOTPRITING AND INFORMATION GATHERING IN HACKING?

Footpriting is the technique used for gathering information about computer systems and the entities they belongs too. 
To get this information, a hacker might use various tools and technologies.

Basically it is the first step where hacker gather as much information as possible to find the way for cracking the whole system or target or atleast decide what types of attacks will be more suitable for the target.

Footpriting can be both passive and active.

Reviewing a company's website is an example of passive footprinting, 
whereas attempting to gain access to sensititve information through social engineering is an example of active information gathering.

During this phase hacking, a hacker can collect the following information>- Domain name
-IP Addresses
-Namespaces
-Employee information 
-Phone numbers
-E-mails 
Job information

Tip-You can use http://www.whois.com/ website to get detailed information about a domain name information including its owner,its registrar, date of registration, expiry, name servers owner's contact information etc.

Use of  Footprinting & Information Gathering in People Searching-
Now a days its very easy to find anyone with his/her full name in social media sites like Facebook, Instragram,Twitter,Linkdedin to gather information about date of birth,birthplace, real photos, education detail, hobbies, relationship status etc.

There are several sites like PIPL,PeekYou, Transport Sites such as mptransport,uptransport etc and Job placement Sites such as Shine.com,Naukari.com , Monster.com etc which are very useful for hacker to collect information about anyone.  
Hacker collect the information about you from your Resume which you uploaded on job placement site for seeking a job as well as  hacker collect the information from your vehicle number also from transport sites to know about the owner of vehicle, adderess etc then after they make plan how to attack on victim to earn money after know about him/her from collecting information.




INFORMATION GATHERING-It is the process of collecting the information from different places about any individual company,organization, server, ip address or person.
Most of the hacker spend his time in this process.

Information gathering plays a vital role for both investigating and attacking purposes.This is one of the best way to collect victim data and find the vulnerability and loopholes to get unauthorized modifications,deletion and unauthorized access.



Continue reading

LEGALITY OF ETHICAL HACKING

Why ethical hacking?
Legality of Ehical Hacking
 
Ethical hacking is legal if the hacker abides by the rules stipulated in above section on the definition of ethical hacking.

Ethical hacking is not legal for black hat hackers.They gain unauthorized access over a computer system or networks for money extortion.
Related news

OpenVAS


"OpenVAS stands for Open Vulnerability Assessment System and is a network security scanner with associated tools like a graphical user front-end. The core is a server component with a set of network vulnerability tests (NVTs) to detect security problems in remote systems and applications." read more...

Related news


terça-feira, 30 de maio de 2023

Hacking Windows 95, Part 2

In the Hacking Windows 95, part 1 blog post, we covered that through a nasty bug affecting Windows 95/98/ME, the share password can be guessed in no time. In this article, I'm going to try to use this vulnerability to achieve remote code execution (with the help of publicly available tools only).

The first thing we can do when we have read access to the Windows directory through the share, is to locate all the *.pwl files on the c:\windows directory, copy them to your machine where Cain is installed, switch to Cracker tab, pwl files, load the pwl file, add username based on the filename, and try to crack it. If you can't crack it you might still try to add a .pwl file where you already know the password in the remote windows directory. Although this is a fun post-exploitation task, but still, no remote code execution. These passwords are useless without physical access.


One might think that after having a share password and user password, it is easy to achieve remote code execution. The problem is:
  • there is no "at" command (available since Windows 95 plus!)
  • there is no admin share
  • there is no RPC
  • there is no named pipes
  • there is no remote registry
  • there is no remote service management
If you think about security best practices, disabling unnecessary services is always the first task you should do. Because Windows 95 lacks all of these services, it is pretty much secure!

During my quest for a tool to hack Windows 95, I came across some pretty cool stuff:
LanSpy

But the best of the best is Fluxay, which has been written by chinese hackers. It is the metasploit from the year 2000. A screenshot is worth more than a 1000 words. 4 screenshot > 4 thousand words :)





It is pretty hard to find the installer, but it is still out there!

But at the end, no remote code execution for me.

My idea here was that if I can find a file which executes regularly (on a scheduled basis), I can change that executable to my backdoor and I'm done. Although there is no scheduler in the default Windows 95, I gave it a try. 

Let's fire up taskman.exe to get an idea what processes are running:


Looks like we need a more powerful tool here, namely Process Explorer. Let's try to download this from oldapps.com:


LOL, IE3 hangs, can't render the page. Copying files to the Win95 VM is not that simple, because there are no shared folders in Win95 VM. And you can't use pendrives either, Win95 can't handle USB (at least the retail version). After downloading the application with a newer browser from oldapps, let's start Process Explorer on the test Windows 95.


Don't try to download the Winsocks 2 patch from the official MS site, it is not there anymore, but you can download it from other sites

Now let's look at the processes running:


After staring it for minutes, turned out it is constant, no new processes appeared.
Looking at the next screenshot, one can notice this OS was not running a lot of background processes ...


My current Win7 has 1181 threads and 84 processes running, no wonder it is slow as hell :)

We have at least the following options:
  1. You are lucky and not the plain Windows 95 is installed, but Windows 95 Plus! The main difference here is that Windows 95 Plus! has built-in scheduler, especially the "at" command. Just overwrite a file which is scheduled to execution, and wait. Mission accomplished!
  2. Ping of death - you can crash the machine (no BSOD, just crash) with long (over 65535 bytes) ICMP ping commands, and wait for someone to reboot it. Just don't forget to put your backdoor on the share and add it to autoexec.bat before crashing it. 
  3. If your target is a plain Windows 95, I believe you are out of luck. No at command, no named pipes, no admin share, nothing. Meybe you can try to fuzz port 137 138 139, and write an exploit for those. Might be even Ping of Death is exploitable?
Let's do the first option, and hack Windows 95 plus!
Look at the cool features we have by installing Win95 Plus!


Cool new boot splash screen!


But our main interest is the new, scheduled tasks!


Now we can replace diskalm.exe with our backdoor executable, and wait maximum one hour to be scheduled.

Instead of a boring text based tutorial, I created a YouTube video for you. Based on the feedbacks on my previous tutorialz, it turned out I'm way too old, and can't do interesting tutorials. That's why I analyzed the cool skiddie videoz, and found that I have to do the followings so my vidz won't suck anymore:
  • use cool black windows theme
  • put meaningless performance monitor gadgets on the sidebar
  • use a cool background, something related with hacking and skullz
  • do as many opsec fails as possible
  • instead of captions, use notepad with spelling errorz
  • there is only one rule of metal: Play it fuckin' loud!!!!
Related links

Hackerhubb.blogspot.com

Hackerhubb.blogspot.com

Related links


  1. Hacks And Tools
  2. Nsa Hacker Tools
  3. What Are Hacking Tools
  4. Hacker Tools Hardware
  5. Wifi Hacker Tools For Windows
  6. Hacker Tools Github
  7. Pentest Tools For Mac
  8. Pentest Tools Linux
  9. Pentest Tools Online
  10. Pentest Tools Windows
  11. Hacker Security Tools
  12. Hack Tools For Pc
  13. Hack And Tools
  14. Hacker Hardware Tools
  15. Pentest Tools Kali Linux
  16. Pentest Tools For Ubuntu
  17. Hacking Tools Name
  18. Hacking Tools And Software
  19. What Is Hacking Tools
  20. Free Pentest Tools For Windows
  21. Hacking Tools Free Download
  22. Pentest Tools Nmap
  23. Hack And Tools
  24. Hacker Tools Apk
  25. Game Hacking
  26. New Hacker Tools
  27. Pentest Tools Website Vulnerability
  28. Hack Rom Tools
  29. Beginner Hacker Tools
  30. Nsa Hack Tools
  31. Hacker Hardware Tools
  32. Best Hacking Tools 2020
  33. How To Make Hacking Tools
  34. Pentest Tools Github
  35. Hacker Hardware Tools
  36. Hacker Tools
  37. Hacks And Tools
  38. Hacking Tools For Windows 7
  39. Hacking Tools Windows 10
  40. What Is Hacking Tools
  41. Hacking Tools For Games
  42. Hacks And Tools
  43. Hacking Tools Kit
  44. Usb Pentest Tools
  45. Hacks And Tools
  46. Hacker Tools For Pc
  47. Android Hack Tools Github
  48. Hacking Tools 2019
  49. Hacking Tools Name
  50. Hack Tools Pc
  51. Hack Rom Tools
  52. Termux Hacking Tools 2019
  53. Hacker
  54. Easy Hack Tools
  55. Termux Hacking Tools 2019
  56. Hack Tools Pc
  57. Pentest Box Tools Download
  58. Hacking Tools And Software
  59. Hacking Tools 2020
  60. Growth Hacker Tools
  61. Tools 4 Hack
  62. Black Hat Hacker Tools
  63. Hacker Search Tools
  64. Hacking Tools 2019
  65. Android Hack Tools Github
  66. How To Install Pentest Tools In Ubuntu
  67. Pentest Tools Online
  68. Hacking Tools Kit
  69. Kik Hack Tools
  70. New Hacker Tools
  71. Hack Tools
  72. Hacking Tools Online
  73. Hack Tools Mac
  74. Nsa Hacker Tools
  75. Pentest Tools Bluekeep
  76. Hacker Security Tools
  77. Hacker Tools Linux
  78. Pentest Box Tools Download
  79. Hak5 Tools
  80. Hack Website Online Tool
  81. Hack Tools Mac
  82. Hak5 Tools
  83. Hacking Tools Name
  84. Hack Tools Pc
  85. Hacker Security Tools
  86. Hacks And Tools
  87. Pentest Tools Github
  88. Hack Tool Apk No Root
  89. Kik Hack Tools
  90. Hacking Tools 2020
  91. Hacking Tools Windows 10
  92. Hacking Tools For Games
  93. Pentest Tools Kali Linux
  94. Pentest Tools Url Fuzzer
  95. Hack App
  96. Hack Tools 2019
  97. Pentest Tools Subdomain
  98. Pentest Tools For Windows
  99. Hackrf Tools
  100. Black Hat Hacker Tools
  101. Hacker Tools For Windows
  102. Best Pentesting Tools 2018
  103. Hacking Tools Pc
  104. New Hack Tools
  105. Nsa Hacker Tools
  106. Hacker Tools Github
  107. Pentest Tools Review
  108. Pentest Tools Url Fuzzer
  109. Hacking Tools Hardware
  110. Hack Tools For Windows
  111. Growth Hacker Tools
  112. Hacking Tools Pc