Shadowhunters

session 2

Oct 9th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. Information Gathering and Digital Footprinting
  2. ==============================================
  3. Phases of hacking
  4. -----------------
  5. These phases are must to follow in order to perform any kind of hacking.
  6. 1. Information Gathering (most crucial part of hacking)
  7. 2. Scanning
  8. 3. Gaining Access
  9. 4. Maintaining Access
  10. 5. Covering Traces /clearing tracks (Logs)
  11.  
  12.  
  13.  
  14.  
  15. Information Gathering
  16. ------------------------------
  17. To collect as much Information as possible about the target.
  18. Information Gathering is divided into further
  19. 1. Network Specific
  20. 2. Target Specific
  21.  
  22.  
  23. 1. Network Specific :
  24. ===================
  25. To collect the information about the network
  26. Number Of people Connected
  27. IP Address allocated to the connected devices
  28. MAC Address of devices connected etc.
  29. Windows based tools:
  30. 1. Soft Perfect Network Scanner (NetScan)
  31. 2. GFI Languard
  32.  
  33. Linux based tool:
  34. 1. Network Mapper (NMap)
  35. 2. Zenmap (GUI of NMap)
  36.  
  37.  
  38.  
  39.  
  40.  
  41. 2. Target Specific : Gathering informtion about the sources found.
  42. ==================
  43. i. Web site or web application
  44. ii. Human Specific
  45.  
  46. Web site or web Application:
  47. ===========================
  48. Some crucial information needs to be picked out about the target's website these information can be IP address, Server information, sub domains.
  49.  
  50. IP Address: Ping > "ip address"
  51. Server Information
  52. Dedicated or shared
  53. https://www.yougetsignal.com --> reverse IP DOMAIN CHEKUP
  54. Database Information
  55. Name of the registrar
  56. Technologies
  57. White list and Black List
  58. |--> robots.txt
  59.  
  60.  
  61.  
  62. User-agent: *
  63. Disallow: /
  64.  
  65.  
  66.  
  67. Informational websites :
  68. https://whois.net/
  69. https://whois.icann.org/en
  70. https://mxtoolbox.com/
  71.  
  72. Human Specific
  73. ==============
  74. Social Network
  75. Social Networking Websites
  76. Linkedin
  77. Twitter
  78. Facebook
  79. Dating Websites
  80. Matrimonial Websites
  81. Job Portals
  82. Fake Surveys
  83. Spy Services
  84.  
  85. Websites:
  86. Jantakhoj.com
  87. pipl
  88.  
  89.  
  90.  
  91. Tools
  92. =====
  93. Maltego
  94. It is corporate level information gathering tool. It helps in gathering information about each and every aspect.
  95. Community Edition ---> Free
  96. All transformations does not work in free edition.
  97. https://www.paterva.com/web7/downloads.php
  98.  
  99.  
  100. OS Login Bypass
  101. ===============
  102. When you log into the OS, then while starting the windows, you will be asked for password.
  103. 1. Online Method
  104. 2. Offline Method
  105.  
  106. 1. Online Method
  107. ================
  108. When you need to crack or bypass the password, change the OS login password when the system is up, and you do not know the current password. It only works in windows ultimate or professional version.
  109. 1. Right click on "My Computers"
  110. 2. Click on "Manage"
  111. 3. Click on "Local Users and Groups", in the left pane
  112. 4. Click on "Users"
  113. 5. Choose the user, for whom you want to change the password.
  114. 6. Right Click
  115. 7. Set Password
  116.  
  117. FOR WINDOWS HOME BASIC VERSION
  118. =============================
  119. 1. Simultaneously press Win + R keys to bring out Run dialog box. Then type netplwiz and press Enter key.
  120. 2.User Accounts dialog opens. Select the user (local user or Microsoft account) whose password you want to bypass on your Windows 10 login screen from the users list. Then uncheck the box next to Users must enter a user name and password to use this computer, and click the Apply button
  121. 3.In the Automatically sin in dialog, type the user name and the right password, and then click OK.
  122.  
  123.  
  124. Second method will be by replacing the SETHC(Syskey Password) by command prompt.
  125.  
  126. Demo...
  127.  
  128.  
  129.  
  130.  
  131.  
  132. 2. Offline Method
  133. =================
  134. This is the condition, when the device is in shut down mode and we cannot open the group editing policies.
  135. SAM --> Security Account Manager
  136. C:\Windows\System32\Config\SAM
  137. Hiren Boot CD
  138. Kon Boot CD
  139. These are live bootable OS. We use tools like Rufus, to make the media bootable.
  140. BIOS --> Basic Input Output System
  141. Live OS ---> It replaces the BIOS of the Computer or the device from the one which is in the bootable media.
Add Comment
Please, Sign In to add comment