GithubHelp home page GithubHelp logo

goplussecurity / awesome-goplus-security Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 5.0 121 KB

An awesome & curated list of resources related to GoPlus Security.

License: Creative Commons Zero v1.0 Universal

awesome awesome-blockchain awesome-crypto awesome-ethereum awesome-list awesome-web3 awesome-web3-user-security crypto user-security web3 web3-user-security

awesome-goplus-security's People

Contributors

jiachengxu avatar jisongimsorry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

awesome-goplus-security's Issues

Token mintable method not detected by GO+ Security

GO+ Security indicates that a token is not mintable, but in reality, the smart contract can easily circumvent your mintable detection.

The owner has renounced ownership of the contract (see this transaction)

However, the JODAV() (mint) function can still be externally called, even after ownership has been renounced.

Token mintable detection should not be easily bypassed

constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
        ZHHNRLCGAB = msg.sender;
    }
    function JODAV(uint256 amount) external {
             _mint(ZHHNRLCGAB, amount);
     }

Smartcontract: https://basescan.org/address/0x63e6591b38d3859b656531c23a48baa8dd39816a#code

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.