Chmod +x ~/pwd/etc.eth pfp

Chmod +x ~/pwd/etc.eth

@hashbury

12 Following
2 Followers


Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
GM I nosedived fully into finding bug in a first flight contest. Reading every Docs and plenty of videos on how to achieve this task. It's been a long and crazy day
0 reply
0 recast
0 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
After coming this far in the security course, i felt i should try my hands on a first flight contest on @CodeHawks Snowman Merkie bug contest is my first shot #SOLIDITY #Rust #Security #DevOps
0 reply
0 recast
1 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
Day32/1001 chasing the bag with @cantinaxyz and learning with @CyfrinUpdraft ✅The danger of Reentrancy. Allowing the contract to send Eth before updating balance will give the hacker access to keep hitting send till wallet is drained. Remember the last DAO hack #Solidity #Rust #Web3 #Solana
0 reply
0 recast
1 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
Why not find a way to also build some stuffs.
0 reply
0 recast
0 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
Best practices ✔️ For standardized and safe permission management, use AccessControl or Ownable from OpenZeppelin. ✔️ Adhere to the principle of least privilege by granting users and roles only the essential permissions. ✔️ Conduct a thorough audit and test to make sure there are no vulnerabilities in place. #BlockchainSecurity #SmartContracts #Web3 #CyberSecurity #Solidity
0 reply
0 recast
0 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
Smart Contracts: Privilege Escalation and Access Control Ensuring appropriate access control, which permits only authorized users to carry out sensitive operations, is one of the most important components of smart contract security. If this is not done, privilege escalation may occur, giving attackers unapproved access to important contract functionalities. Typical Problems with Access Control ** Missing onlyOwner Checks: If important functionalities are not restricted to the contract owner, everyone may be exposed. ** Improper Role-Based Access Control (RBAC): Security flaws can be caused by roles that are too permissive or by permissions that are not specified correctly. ** Exposed Admin Functions: If privileged functions (such upgradeability and pausing) are left exposed, they can be exploited. #Solana
1 reply
0 recast
1 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
Security Auditing tips ✅ Inability to grant proper access control to only verified users for critical functions can expose your smart contract to vulnerability. ✅ Indulge Role-based Access Control (RBAC) fixed on least privilege principle. #solidity #Rust #Solana #Eth
0 reply
0 recast
1 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
Why you should use Multi-Signature Wallet. Always Store Your Signer Keys Separately. The strength of multi-sig security lies in how you distribute the private keys of your signer wallets. Never keep all your signer keys on one device or in a single location. If all keys are exposed at once e.g., if they’re all stored on a malware-infected computer), your multi-sig wallet loses its security advantage and becomes as vulnerable as a regular single-key wallet.
0 reply
0 recast
1 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
GM I discovered that we don't have so many DevOps engineers migrating to the Web3 space. I've been wondering if there's no enabling environment of they don't know the goldmine in it. Blockchain Security and Web3 DevOps is the new gold mine that is well gated.
0 reply
0 recast
0 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
GM I just passed the Certification: Chainlink Fundamentals exam on @CyfrinUpdraft ! updraft.cyfrin.io/courses/chainl… Big thanks to @PatrickAlphaC for the good job he's doing with this course. My first certification in web3 security
0 reply
0 recast
0 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
GM Chainlink data stream can perform magic with off chain interface for real time data. Almost done with Chainlink fundamentals. It's been a sweet journey altogether.
0 reply
0 recast
0 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
So you just got a new PC for your work or home use, why go for the manual way of installing packages? When you can simply automate the development setup installation of Rust, Git, Foundry, Hard hat etc Automation is key to avoid time wasting. #Solidity #Rust #Foundry
0 reply
0 recast
0 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
Day1/50 of Delving fully into Blockchain DevOps concepts. It's basically applying DevOps principles in Blockchain development and Node Deployment. Key concepts ** Immutability ** optimizing Gas Fee ** Top Security ** Decentralized infrastructure
0 reply
0 recast
2 reactions

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
GM "Like Cortes you must locate the root of your problem. It is not the people around you; it is yourself, and the spirit with which you face the world." Chase Web3 security with your body and soul, there will be a big reward for staying true to the grind. #Solidity #Rust #Bugbounty
0 reply
0 recast
0 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
GM I'm not resting on my Tech Journey so I will be running a 50 days study trip to revisit Core DevOps concepts so I can shoot for DevOps roles in the Web3 sphere. I will be doing this alongside the Blockchain security course I started with @CyfrinUpdraft Expecting a burnout soon 😔
0 reply
0 recast
0 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
GM Security tips Always remember that inputting password in plain text can ruin your wallet or mask your text while typing into any password field. #Solidity #Rust #Security.
0 reply
0 recast
0 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
So i tried to measure my grasp on Chainlink Automation with this test questions on the course. This highlights how well i am catching up with Chainlink automation.
0 reply
0 recast
0 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
So i tried to measure my grasp on Chainlink Automation with this test questions on the course. This highlights how well i am catching up with Chainlink automation.
0 reply
0 recast
0 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
Day18/1001 with @cantinaxyz and @CyfrinUpdraft course. Best practice for beginners Indulging credible security auditors is essential for your contract, this helps checkmate against vulnerability that will be unnoticed during development phase. Keeping it real.
0 reply
0 recast
0 reaction

Chmod +x ~/pwd/etc.eth pfp
Chmod +x ~/pwd/etc.eth
@hashbury
Do well to follow back 👍
0 reply
0 recast
0 reaction