quinta-feira, 25 de janeiro de 2024

How To Pass Your Online Accounts After Death – 3 Methods

The topic of DEATH is not one that most people care to talk about, but the truth is that we are all going to die at some point and everything that we did online is going to end up in limbo if we don't make sure that someone we trust is going to be able to gain access to this information. This is going to be extremely important in order to close it down, or have your loved one do whatever you want them to do with your information. There are many things to take into consideration for this kind of situation. If you are like the average modern person, you probably have at least one email account, a couple of social media accounts in places like Facebook and Twitter. Perhaps you also have a website that you run or a blog. These are all very common things that people will usually do at some point and if you have anything that you consider valuable, you should have a way to leave it in the hands of someone you trust when you pass away.

Pass Accounts and Passwords After Death
Pass Accounts and Passwords After Death

Maybe you have an online platform that has a lot of content that you find useful and important. Perhaps you have even been able to turn some of that content into monetizable material and you don't want this to end when you pass away. This is more than enough of a reason to make sure that your information can be given to someone when you are no longer around.
There have been many cases when all the information has ended up being impossible to recover when a person has died, at least not without the need for the family members to do all kinds of things in order to prove a person is deceased. So here are some ways, you can passyour online accounts/data after death:

1) Making a Safe 'WILL' (or Locker) containing master password.

  1. Make an inventory of all your online accounts and list them on a piece of paper one by one and give it to your loved one. For eg:– Your primary email address
    – Your Facebook ID/email
    – The Bank account or Internet banking ID
    – etc. To clarify, it will be only a list of the accounts you want your loved one to be able to access after you're dead. Just the list of accounts, nothing else (no passwords).
  2. Set up a brand new e-mail address (Possibly Gmail account). Lets say youraccountsinfo@gmail.com
  3. Now from your usual email account, Send an e-mail to youraccountsinfo@gmail.com, with the following content:– dd349r4yt9dfj
    – sd456pu3t9p4
    – s2398sds4938523540
    – djfsf4p These are, of course, the passwords and account numbers that you want your loved one to have once you're dead.
  4. Tell your loved one that you did these things, and while you're at it, send him/her an e-mail from youraccountsinfo@gmail.com, so he/she will have the address handy in some special folder in his/her inbox.
  5. Put the password for youraccountsinfo@gmail.com in your will or write it down on paper and keep it safe in your bank locker. Don't include the e-mail address as well, just put something like "The password is: loveyourhoney432d".
And its done! Your loved one will only have the password once you're dead, and the info is also secure, since it's split in two places that cannot be easily connected, so if the e-mail address happens to be hacked, the perpetrator won't be able to use it to steal anything that you're going to leave for your loved one.

2) Preparing a Future email (SWITCH) containing login information

This method is very similar to the first one except in this case we will not be using a WILL or Locker. Instead we will be using a Service called "Dead Mans Switch" that creates a switch (Future email) and sends it to your recipients after a particular time interval. Here is how it works.
  1. Create a list of accounts as discussed in the first method and give it to your loved one.
  2. Register on "Dead mans switch" and create a switch containing all the corresponding passwords and enter the recipients email (Your loved one).
  3. Your switch will email you every so often, asking you to show that you are fine by clicking a link. If something happens to you, your switch would then send the email you wrote to the recipient you specified. Sort of an "electronic will", one could say.

3) Using password managers that have emergency access feature

Password managers like LastPass and Dashlane have a feature called as "emergency access".  It functions as a dead man's switch. You just have to add your loved one to your password manager, with emergency access rights. he/She does not see any of your information, nor can he/she log into your accounts normally.
But if the worst happens, your loved one can invoke the emergency access option. Next your password manager sends an email to you and starts a timer. If, after a certain amount of time interval, you have not refused the request, then your loved one gets full access to your password manager.
You can always decide what they can potentially gain access to, and you set the time delay.

Why should i bother about passing my digital legacy?

Of all the major online platforms, only Google and Facebook have provisions for Inactiveaccounts (in case of death). Google lets you plan for the inevitable ahead of time. Using the "Inactive Account Manager", you can designate a beneficiary who will inherit access to any or all of your Google accounts after a specified period of inactivity (the default is 3 months).
Facebook on the other hand will either delete your inactive account or turn it into a memorial page when their family can provide any proof of their death, but there is also a large number of platforms that don't have any specific way for people to be able to verify the death of a loved one in order to gain access to the accounts. In either case, you wouldn't want your family to have to suffer through any hassles and complications after you have passed away.
You should also consider the importance of being able to allow your loved ones to collect all the data you left behind. This means photos and experiences that can be used to show other generations the way that you lived and the kind of things you enjoyed doing.
Those memories are now easier to keep and the best photos can be downloaded for the purpose of printing them for photo albums or frames. Allowing them to have the chance to do this in a practical way is going to be a great gesture and securing any profitable information is going to be essential if you want a business or idea to keep moving forward with the help of those you trust.
This is the reason why you need to be able to pass your online account information after death, but no one wants to give access to this kind of information to their loved ones because it's of a private nature and we would feel uneasy knowing that others can access our private conversations or message.
More info

quarta-feira, 24 de janeiro de 2024

Blockchain Exploitation Labs - Part 2 Hacking Blockchain Authorization


Bypassing Blockchain Authorization via Unsecured Functions


Note: Since the first part of this series I have also uploaded some further videos on remediation of reentrancy and dealing with compiler versions when working with this hacking blockchain series.  Head to the console cowboys YouTube account to check those out.  Haha as mentioned before I always forget to post blogs when I get excited making videos and just move on to my next project… So make sure to subscribe to the YouTube if you are waiting for any continuation of a video series.. It may show up there way before here. 

Note 2:  You WILL run into issues when dealing with Ethereum hacking, and you will have to google them as versions and functionality changes often... Be cognizant of versions used hopefully you will not run into to many hard to fix issues. 

In the second part of this lab series we are going to take a look at privacy issues on the blockchain which can result in a vulnerably a traditional system may  not face. Since typically blockchain projects are open source and also sometimes viewable within blockchain explorers but traditional application business logic is not usually available to us. With traditional applications we might not find these issues due to lack of knowledge of internal functionality or inability to read private values on a remote server side script.  After we review some issues we are going to exploit an authorization issues by writing web3.js code to directly bypass vertical authorization restrictions.

Blockchain projects are usually open source projects which allow you to browse their code and see what's going on under the hood.  This is fantastic for a lot of reasons but a developer can run into trouble with this if bad business logic decisions are deployed to the immutable blockchain.  In the first part of this series I mentioned that all uploaded code on the blockchain is immutable. Meaning that if you find a vulnerability it cannot be patched. So let's think about things that can go wrong..

A few things that can go wrong:
  • Randomization functions that use values we can predict if we know the algorithm
  • Hard-coded values such as passwords and private variables you can't change.
  • Publicly called functions which offer hidden functionality
  • Race conditions based on how requirements are calculated

Since this will be rather technical, require some setup and a lot of moving parts we will follow this blog via the video series below posting videos for relevant sections with a brief description of each.  I posted these a little bit ago but have not gotten a chance to post the blog associated with it.  Also note this series is turning into a full lab based blockchain exploitation course so keep a lookout for that.

In this first video you will see how data about your project is readily available on the blockchain in multiple formats for example:
  • ABI data that allows you to interact with methods.
  • Actual application code.
  • Byte code and assembly code.
  • Contract addresses and other data.

 Lab Video Part 1: Blockchain OSINT: 



Once you have the data you need to interact with a contract on the blockchain via some OSINT how do you actually interface with it? That's the question we are going to answer in this second video. We will take the ABI contract array and use it to interact with methods on the blockchain via Web3.js and then show how this correlates to its usage in an HTML file

Lab Video Part 2: Connecting to a Smart Contract: 




Time to Exploit an Application:

Exploit lab time, I created an vulnerable application you can use to follow along in the next video. Lab files can be downloaded from the same location as the last blog located below. Grab the AuthorizationLab.zip file:

Lab file downloads:



Ok so you can see what's running on the blockchain, you can connect to it, now what?   Now we need to find a vulnerability and show how to exploit it. Since we are talking about privacy in this blog and using it to bypass issues. Lets take a look at a simple authorization bypass we can exploit by viewing an authorization coding error and taking advantage of it to bypass restrictions set in the Smart Contract.  You will also learn how to setup a local blockchain for testing purposes and you can download a hackable application to follow along with the exercises in the video..

Lab Video Part 3:  Finding and hacking a Smart Contract Authorization Issue: 





Summary:

In this part of the series you learned a lot, you learned how to transfer your OSINT skills to the blockchain. Leverage the information found to connect to that Smart Contract. You also learned how to interact with methods and search for issues that you can exploit. Finally you used your browsers developer console as a means to attack the blockchain application for privilege escalation.
More info

DOWNLOAD NANOCORE RAT 1.2.2.0 CRACKED – REMOTE ADMINISTRATION TOOL

NanoCore is one of the most powerful RATs ever created. It is capable of taking complete control of a victim's machine. It allows a user to control the system with a Graphical User Interface (GUI). It has many features which allow a user to access remote computer as an administrator. Download nanocore rat 1.2.2.0 cracked version free of cost.
NanoCore's developer was arrested by FBI and pleaded guilty in 2017 for developing such a malicious privacy threat, and sentenced 33 months in prison.

FEATURES

  • Complete Stealth Remote Control
  • Recover Passwords from the Victim Device
  • Manage Networks
  • Manage Files
  • Surveillance
  • Plugins (To take it to the next level)
  • Many advanced features like SCRIPTING

DOWNLOAD NANOCORE RAT 1.2.2.0 CRACKED – REMOTE ADMINISTRATION TOOL

Related articles


  1. Growth Hacker Tools
  2. Hacker Techniques Tools And Incident Handling
  3. Kik Hack Tools
  4. Pentest Tools List
  5. Hacker Tools For Ios
  6. Hack Tools Online
  7. Hacker Tools For Ios
  8. Hacker Search Tools
  9. Free Pentest Tools For Windows
  10. Ethical Hacker Tools
  11. Hack Tools For Mac
  12. Hack Tools For Ubuntu
  13. Hacker Tools Mac
  14. Hacker Security Tools
  15. Ethical Hacker Tools
  16. Nsa Hack Tools
  17. Easy Hack Tools
  18. Hacking App
  19. Pentest Tools Nmap
  20. Pentest Tools Android
  21. Pentest Tools Online
  22. Hacker Tools Github
  23. Hacking Tools For Windows Free Download
  24. Pentest Tools For Mac
  25. Hack Rom Tools
  26. Nsa Hacker Tools
  27. Hacker Tools Hardware
  28. Hacker Tools Free
  29. Hacking Tools For Windows 7
  30. Bluetooth Hacking Tools Kali
  31. Tools Used For Hacking
  32. Pentest Tools For Android
  33. Hacker Tools Apk Download
  34. Hacking Tools Name
  35. Hack Website Online Tool
  36. Pentest Box Tools Download
  37. Kik Hack Tools
  38. Pentest Tools Find Subdomains
  39. Pentest Tools Port Scanner
  40. Pentest Tools Find Subdomains
  41. Hacking Tools For Mac
  42. What Are Hacking Tools
  43. Hack Apps
  44. Hacking Tools Hardware
  45. What Is Hacking Tools
  46. Hacker Tools Apk
  47. Hacker Tools 2019
  48. Hacker Tools For Ios
  49. Pentest Tools For Ubuntu
  50. Physical Pentest Tools
  51. Blackhat Hacker Tools
  52. Pentest Tools Kali Linux
  53. Termux Hacking Tools 2019
  54. Pentest Reporting Tools
  55. Pentest Tools Windows
  56. Hack Tools For Windows
  57. Hack Tools Github
  58. What Is Hacking Tools
  59. Top Pentest Tools
  60. Usb Pentest Tools
  61. Hack Tools For Pc
  62. Pentest Tools Open Source
  63. Beginner Hacker Tools
  64. Hacking Tools Download
  65. Tools 4 Hack
  66. Pentest Tools Tcp Port Scanner
  67. Hacking Tools Name
  68. Hacker
  69. Hacking Tools Kit
  70. Pentest Tools Open Source
  71. Pentest Tools Windows
  72. Hacker Tools Online
  73. Hacking Tools For Windows 7
  74. Hack Website Online Tool
  75. Hacker Tools Windows
  76. Game Hacking
  77. Underground Hacker Sites
  78. Hacker Tools 2020
  79. Best Hacking Tools 2019
  80. Hacking Tools Download
  81. Pentest Tools Github
  82. Nsa Hack Tools
  83. Hacker Tool Kit
  84. Hacker Tools For Mac
  85. Best Hacking Tools 2019
  86. Hacking Apps
  87. Hack Tools
  88. Pentest Reporting Tools
  89. Hack Tool Apk
  90. Pentest Recon Tools
  91. New Hack Tools
  92. Hak5 Tools
  93. Hacking Tools For Pc
  94. Hack Tools For Ubuntu
  95. Hacker Tools Software
  96. Hacker Tools Software
  97. Hacking Tools Kit
  98. Hacker Tool Kit
  99. Easy Hack Tools
  100. Pentest Tools Bluekeep
  101. Underground Hacker Sites
  102. Hacker Tools For Mac
  103. Kik Hack Tools
  104. Hacks And Tools
  105. Hack Tools
  106. Nsa Hack Tools
  107. New Hack Tools
  108. Tools For Hacker
  109. Hacking Tools For Mac
  110. Computer Hacker
  111. Pentest Tools Framework
  112. Hacking Tools For Games
  113. Pentest Tools Bluekeep
  114. Hacker Tools 2020
  115. Nsa Hacker Tools
  116. Hacks And Tools
  117. Blackhat Hacker Tools
  118. Hacks And Tools
  119. Kik Hack Tools
  120. Hacker Tools 2019
  121. Tools For Hacker
  122. Pentest Tools Free
  123. Nsa Hacker Tools
  124. Hack Tools Github
  125. Hack Rom Tools
  126. Tools Used For Hacking
  127. Pentest Tools Apk
  128. Hacker Tools 2020
  129. Nsa Hack Tools Download
  130. Hacker Tools 2020
  131. Hacks And Tools
  132. Hacking Tools For Windows 7
  133. Pentest Tools Online
  134. Hack App
  135. Tools 4 Hack
  136. Underground Hacker Sites
  137. Hacker Tools Github
  138. Hacker Tools For Pc
  139. Hacker Tools 2020
  140. How To Hack
  141. Pentest Recon Tools
  142. Hack Tools Pc
  143. Hacking Tools For Beginners
  144. Hacker Tools List
  145. Hacker Tools