Code Monkey home page Code Monkey logo

go-mark's Introduction

Go-Mark

 _______ __   _  _____   _____  _______ _______  ______
 |______ | \  | |     | |     | |______ |______ |_____/
 ______| |  \_| |_____| |_____| |       |______ |    \_
              
2021/11/11 18:11:06 [*] Root detected

Features

  • Port scanner
  • root check
  • ARP scanner
  • Gather core
  • WHOAMI
  • system stats
  • interfaces
  • grab your public and private IP

commands

╭──────────────────────────────────────────────────────────────────╮
│ HELP          | Will load this menu                              │
│ MODARP        | Will load the Address Resolution Module          │
│ IFLO          | Will get you're Interfaces and Addresses         │
│ NETIP         | Will Get you're private and Public IPA           │
│ CLEAR/CLS     | Clear the screen                                 │
│ EXIT          | will exit the program                            │
│ MODPORT       | will scan the given host specified with -t       │
│ COREUSE       | see the current CPU the tool or script is using  │
│ WHOAMI        | see who you are                                  │
│ STATS         | will gather ALL system stats within a few seconds│
╰──────────────────────────────────────────────────────────────────╯

how to run port scanning modules

sudo go run main.go -t 192.168.180.90 # replace the IP with your priavte ex 10.0.0.0.|10.0.0.1|

libs

	"github.com/briandowns/spinner" //go get github.com/go-ping/ping
	"github.com/google/gopacket"
	"github.com/google/gopacket/layers"
	"github.com/google/gopacket/pcap"
	. "github.com/logrusorgru/aurora"
	"github.com/shirou/gopsutil/cpu"
	"github.com/shirou/gopsutil/disk"
	"github.com/shirou/gopsutil/host"
	"github.com/shirou/gopsutil/mem"

install

git clone https://github.com/ArkAngeL43/Go-Mark.git ; cd Go-Mark ; chmod +x ./insta.sh ; ./install.sh ; clear

go-mark's People

Contributors

totallynotahaxxer avatar

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.