Giter VIP home page Giter VIP logo

r3con's Introduction

ย  ย  Md. Nur Habib


Hi, I'm Md. Nur Habib

Programmer and Linux system administrator ๐Ÿง‘โ€๐Ÿ’ป

I am a Programmer and Linux system administrator and also work at Turing as full stack developer. I love to write offensive and defensive CLI software in bash and python language that can help and automate web, software security testing. ๐Ÿ“” ๐Ÿค–

Twitter: thenurhab1b GitHub thenurhabib Email Badge Github Badge visitors


More about me... ๐Ÿ‘พ

 # About Me Function
def aboutMeFunc():
    dictData = {
            "Name": "Md. Nur Habib",
            "About": "Programmer and sysAdmin.",
            "Lang" : "{Python, Bash, HTML, CSS, SQL}",
            "BestAndFavoriteSkill" : "CLI Software building, Malware Development"
            }
    print(dictData)


if __name__ == "__main__":
    try:
        aboutMeFunc()
    except KeyboardInterrupt:
        pass

GitHub     : https://github.com/thenurhabib
Facebook   : https://web.facebook.com/thenurhab1b 
HackerRank : https://www.hackerrank.com/thenurhabib

r3con's People

Contributors

thenurhabib avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

r3con's Issues

install.sh does not install all successfully

Installing Amass

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
cp: cannot stat '/root/go/bin/amass': No such file or directory
Installing Aquatone

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
cp: cannot stat '/root/go/bin/aquatone': No such file or directory
Installing Subfinder

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
cp: cannot stat '/root/go/bin/subfinder': No such file or directory
Installing anew

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
cp: cannot stat '/root/go/bin/anew': No such file or directory
Installing HTTPX

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
cp: cannot stat '/root/go/bin/httpx': No such file or directory
Installing Notify

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
cp: cannot stat '/root/go/bin/notify': No such file or directory
Installing Nuclei

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
cp: cannot stat '/root/go/bin/nuclei': No such file or directory
Installing Shcheck

Cloning into 'shcheck'...
remote: Enumerating objects: 293, done.
remote: Counting objects: 100% (102/102), done.
remote: Compressing objects: 100% (46/46), done.
remote: Total 293 (delta 53), reused 94 (delta 53), pack-reused 191
Receiving objects: 100% (293/293), 1.15 MiB | 1.07 MiB/s, done.
Resolving deltas: 100% (153/153), done.
Installing MailSpoof

sudo: pip3: command not found
Installing MailSpoof

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
cp: cannot stat '/root/go/bin/subjack': No such file or directory
Installing gau

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
cp: cannot stat '/root/go/bin/gau': No such file or directory
Installing gf

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
cp: cannot stat '/root/go/src/github.com/tomnomnom/gf/examples': No such file or directory
cp: cannot stat '/root/go/bin/gf': No such file or directory
Installing qsreplace

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
cp: cannot stat '/root/go/bin/qsreplace': No such file or directory
Installing Dalfox

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
cp: cannot stat '/root/go/bin/dalfox': No such file or directory
Installing html-tool

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
cp: cannot stat '/root/go/bin/html-tool': No such file or directory
Installing waybackurls

go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.

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.