Thank you for wandering on to this page.
I hope you are able to gather some useful and uplifting information and words to uplift you for a minute, a day, a moment...be sure to leave your own words of encouragement!!

    The Word: PHASES OF HACKING

    http://upliftingpresence.blogspot.com

    What is the process of hacking or phases of hacking?
    Hacking is broken up into six phases:The more you get close to all phases,the more stealth will be your attack.

    1-Reconnaissance-This is the primary phase of hacking where hacker tries to collect as much as information as possible about the target.It includes identifying the target,domain name registration records of the target, mail server records,DNS records.The tools that are widely used in the process is NMAP,Hping,Maltego, and Google Dorks.

    2-Scanning-This makes up the base of hacking! This is where planning for attack actually begins! The tools used in this process are Nessus,Nexpose,and NMAP. After reconnaissance the attacker scans the target for services running,open ports,firewall detection,finding out vulnerabilities,operating system detection.

    3-Gaining Access-In this process the attacker executes the attack based on vulnerabilities which were identified during scanning!  After the successful, he get access to the target network or enter in to the system.The primary tools that is used in this process is Metasploit.

    4-Maintaining Access-It is the process where the hacker has already gained access in to a system. After gaining access the hacker, the hacker installs some backdoors in order to enter in to the system when he needs access in this owned system in future. Metasploit is the preffered toll in this process.

    5-Clearning track or Covering track-To avoid getting traced and caught,hacker clears all the tracks by clearing all kinds of logs and deleted the uploaded backdoor and anything in this process related stuff which may later reflect his presence!

    6-Reporting-Reporting is the last step of finishing the ethical hacking process.Here the Ethical Hacker compiles a report with his findings and the job that was done such as the tools used,the success rate,vulnerabilities found,and the exploit process.
    Related posts

    Continue Article

    The Word: How To Build A "Burner Device" For DEF CON In One Easy Step

    http://upliftingpresence.blogspot.com

    TL;DR: Don't build a burner device. Probably this is not the risk you are looking for.

    Introduction

    Every year before DEF CON people starts to give advice to attendees to bring "burner devices" to DEF CON. Some people also start to create long lists on how to build burner devices, especially laptops. But the deeper we look into the topic, the more confusing it gets. Why are we doing this? Why are we recommending this? Are we focusing on the right things?

    What is a "burner device" used for?

    For starters, the whole "burner device" concept is totally misunderstood, even within the ITSEC community. A "burner device" is used for non-attribution. You know, for example, you are a spy and you don't want the country where you live to know that you are communicating with someone else. I believe this is not the situation for most attendees at DEF CON. More info about the meaning of "burner" https://twitter.com/Viss/status/877400669669306369

    Burner phone means it has a throwaway SIM card with a throwaway phone, used for one specific operation only. You don't use the "burner device" to log in to your e-mail account or to VPN to your work or home.
    But let's forget this word misuse issue for a moment, and focus on the real problem.

    The bad advice

    The Internet is full of articles focusing on the wrong things, especially when it comes to "burner devices". Like how to build a burner laptop, without explaining why you need it or how to use it.
    The problem with this approach is that people end up "burning" (lame wordplay, sorry) significant resources for building a secure "burner device". But people are not educated about how they should use these devices.

    The threats

    I believe the followings are some real threats which are higher when you travel:
    1. The laptop getting lost or stolen.
    2. The laptop getting inspected/copied at the border.

    These two risks have nothing to do with DEF CON, this is true for every travel.

    Some other risks which are usually mentioned when it comes to "burner devices" and DEF CON:
    3. Device getting owned via physical access while in a hotel room.
    4. Network traffic Man-in-the-middle attacked. Your password displayed on a Wall of Sheep. Or having fun with Shellshock with DHCP. Information leak of NTLM hashes or similar.
    5. Pwning the device via some nasty things like WiFi/TCP/Bluetooth/LTE/3G/GSM stack. These are unicorn attacks.

    6. Pwning your device by pwning a service on your device. Like leaving your upload.php file in the root folder you use at CTFs and Nginx is set to autostart. The author of this article cannot comment on this incident whether it happened in real life or is just an imaginary example. 

    How to mitigate these risks? 

    Laptop getting stolen/lost/inspected at the border?
    1. Bring a cheap, empty device with you. Or set up a fake OS/fake account to log in if you really need your day-to-day laptop. This dummy account should not decrypt the real files in the real account.

    Device getting owned while in a hotel room with physical access

    1. Don't bring any device with you.
    2. If you bring any, make it tamper-resistant. How to do that depends on your enemy, but you can start by using nail glitter and Full Disk Encryption. Tools like Do Not Disturb help. It also helps if your OS supports suspending DMA devices before the user logs in.
    3. If you can't make the device tamper-resistant, use a device that has a good defense against physical attackers, like iOS.
    4. Probably you are not that important anyway that anyone will spend time and resources on you. If they do, probably you will only make your life miserable with all the hardening, but still, get pwned.

    Network traffic Man-in-the-middle attacked

    1. Don't bring any device with you.
    2. Use services that are protected against MiTM. Like TLS.
    3. Update your OS to the latest and greatest versions. Not everyone at DEF CON has a 0dayz worth of 100K USD, and even the ones who have won't waste it on you. 
    4. Use fail-safe VPN. Unfortunately, not many people talk about this or have proper solutions for the most popular operating systems.
    5. For specific attacks like Responder, disable LLMNR, NBT-NS, WPAD, and IPv6 and use a non-work account on the machine. If you don't have the privileges to do so on your machine, you probably should not bring this device with you. Or ask your local IT to disable these services and set up a new account for you.

    Pwning the device via some nasty thing like WiFi/TCP/Bluetooth/LTE/3G/GSM stack

    1. Don't bring any device with you.
    2. If you bring any, do not use this device to log in to work, personal email, social media, etc.
    3. Don't worry, these things don't happen very often. 

    Pwning your device by pwning a service on your device

    Just set up a firewall profile where all services are hidden from the outside. You rarely need any service accessible on your device at a hacker conference.

    Conclusion

    If you are still so afraid to go there, just don't go there. Watch the talks at home. But how is the hotel WiFi at a random place different from a hacker conference? Turns out, it is not much different, so you better spend time and resources on hardening your daily work devices for 365 days, instead of building a "burner device".

    You probably need a "burner device" if you are a spy for a foreign government. Or you are the head of a criminal organization. Otherwise, you don't need a burner device. Maybe you need to bring a cheap replacement device.
    Related links
    1. Ethical Hacker Tools
    2. Hacking App
    3. Hacker Tools Hardware
    4. Pentest Tools Linux
    5. Hacking Tools For Beginners
    6. Hack Tools Mac
    7. Hacker
    8. Pentest Tools Framework
    9. Hack Tools Download
    10. Best Hacking Tools 2020
    11. Hacking Tools And Software
    12. Hacking Tools For Mac
    13. Termux Hacking Tools 2019
    14. What Are Hacking Tools
    15. Free Pentest Tools For Windows
    16. Hack Tools For Ubuntu
    17. Hacker Tools 2020
    18. Hacking Tools For Windows
    19. Pentest Tools Alternative
    20. Hack Tools Mac
    21. Hacker Tools Online
    22. Hacker Search Tools
    23. Pentest Tools Port Scanner
    24. Hack App
    25. Hacking Tools 2019
    26. Hacking Tools For Mac
    27. Hacker Tools Github
    28. Hacker Tools Free Download
    29. Pentest Tools Free
    30. Pentest Tools List
    31. Hack Apps
    32. Hacker Tool Kit
    33. Pentest Box Tools Download
    34. Hacker Tools
    35. Hack Tools Mac
    36. Pentest Tools Nmap
    37. Underground Hacker Sites
    38. Pentest Tools Alternative
    39. Hacker Tools Online
    40. Pentest Tools Review
    41. Pentest Tools Website Vulnerability
    42. Pentest Tools Review
    43. Hack Website Online Tool
    44. Black Hat Hacker Tools
    45. What Are Hacking Tools
    46. Pentest Tools Alternative
    47. Free Pentest Tools For Windows
    48. Ethical Hacker Tools
    49. Pentest Tools Port Scanner
    50. Hack Tools For Windows
    51. Hacker Hardware Tools
    52. Hack Tools
    53. Hacking App
    54. Top Pentest Tools
    55. Pentest Tools For Windows
    56. Hacking Tools For Windows 7
    57. Nsa Hacker Tools
    58. Hacking Tools Name
    59. Hacking Tools Name
    60. Hack Tools For Windows
    61. Hacking Apps
    62. Pentest Tools For Mac
    63. Hacker Security Tools
    64. Hacker Techniques Tools And Incident Handling
    65. Hacker
    66. Pentest Tools Nmap
    67. Pentest Reporting Tools
    68. Pentest Automation Tools
    69. Hacking Tools For Games
    70. Hacking App
    71. Pentest Tools Find Subdomains
    72. Pentest Automation Tools
    73. Hacking Tools And Software
    74. Tools 4 Hack
    75. Hacker Tools
    76. Pentest Tools Url Fuzzer
    77. Kik Hack Tools
    78. Underground Hacker Sites
    79. Hacker Tools 2020
    80. Hacking Tools Software
    81. Hacker Tools Github
    82. Black Hat Hacker Tools
    83. Install Pentest Tools Ubuntu
    84. Pentest Automation Tools
    85. Hackrf Tools
    86. Hacker
    87. Hacking Tools And Software
    88. Hackers Toolbox
    89. Nsa Hacker Tools
    90. Pentest Tools Port Scanner
    91. Hack Tool Apk No Root
    92. Hack And Tools
    93. Hacks And Tools
    94. Top Pentest Tools
    95. Hacking Tools Download
    96. Pentest Tools List
    97. Hacker Tools Free Download
    98. Hacking Tools For Windows 7
    99. Kik Hack Tools
    100. Pentest Tools Tcp Port Scanner
    101. Hack Rom Tools
    102. What Is Hacking Tools
    103. Hacker Tools For Windows
    104. How To Make Hacking Tools
    105. Physical Pentest Tools
    106. Pentest Tools Windows
    107. How To Install Pentest Tools In Ubuntu
    108. Hacking Apps
    109. Pentest Tools Free
    110. Pentest Tools Online
    111. Blackhat Hacker Tools
    112. Hacker Tools Github
    113. Hacker Tools 2019
    114. Pentest Tools Open Source
    115. Hacking App
    116. Hacking Tools Windows 10
    117. Hacker Tools Online
    118. Pentest Tools Alternative
    119. Hack Tools
    120. Pentest Tools Apk
    121. Pentest Tools Port Scanner
    122. Hacking Tools Free Download
    123. New Hacker Tools
    124. Hacking Tools For Beginners
    125. Pentest Tools Kali Linux
    126. Hacker Tools Online
    127. Free Pentest Tools For Windows
    128. Hacking Tools Free Download
    129. Hacking App
    130. Pentest Automation Tools
    131. Hacking Tools Mac
    132. Pentest Tools Website
    133. Hack Tools Github
    134. Nsa Hacker Tools
    135. Pentest Tools Framework
    136. Hacking Tools And Software
    137. Pentest Recon Tools
    138. Hacker Tools List
    139. Game Hacking
    140. Nsa Hacker Tools
    141. Hacker
    Continue Article

    The Word: PHASES OF HACKING

    http://upliftingpresence.blogspot.com

    What is the process of hacking or phases of hacking?
    Hacking is broken up into six phases:The more you get close to all phases,the more stealth will be your attack.

    1-Reconnaissance-This is the primary phase of hacking where hacker tries to collect as much as information as possible about the target.It includes identifying the target,domain name registration records of the target, mail server records,DNS records.The tools that are widely used in the process is NMAP,Hping,Maltego, and Google Dorks.

    2-Scanning-This makes up the base of hacking! This is where planning for attack actually begins! The tools used in this process are Nessus,Nexpose,and NMAP. After reconnaissance the attacker scans the target for services running,open ports,firewall detection,finding out vulnerabilities,operating system detection.

    3-Gaining Access-In this process the attacker executes the attack based on vulnerabilities which were identified during scanning!  After the successful, he get access to the target network or enter in to the system.The primary tools that is used in this process is Metasploit.

    4-Maintaining Access-It is the process where the hacker has already gained access in to a system. After gaining access the hacker, the hacker installs some backdoors in order to enter in to the system when he needs access in this owned system in future. Metasploit is the preffered toll in this process.

    5-Clearning track or Covering track-To avoid getting traced and caught,hacker clears all the tracks by clearing all kinds of logs and deleted the uploaded backdoor and anything in this process related stuff which may later reflect his presence!

    6-Reporting-Reporting is the last step of finishing the ethical hacking process.Here the Ethical Hacker compiles a report with his findings and the job that was done such as the tools used,the success rate,vulnerabilities found,and the exploit process.
    Related articles
    Continue Article

    blogger templates | Make Money Online