اداة فحص الشبكات GoScan

0
اداة فحص الشبكات GoScan Interactive Network Scanner

 GoScan Interactive Network Scanner 

هو أداة فحص شبكات تفاعلي  ، يتميز بالإكمال التلقائي للاوامر التي تكتبها ، والذي يوفر التجريد والتشغيل الآلي عبر اداة nmap.
مناسبة خاصة لبيئات غير مستقرة (أعتقد أن اتصال الشبكة لا يمكن الاعتماد عليها، عدم وجود "الشاشة"، وما إلى ذلك)، توفر لك الفحص الناري fires scans وتسجيل حالة الفحص في قاعدة بيانات SQLite.
 الفحص يعمل في الخلفية (منفصل عن الثريد الرئيسي)، حتى لو يتم فقدان الاتصال بالانترنت, يقوم بتخزين النتائج يمكن وتحميلها بشكل متزامن.
  • فيمكن استيراد البيانات في مراحل مختلفة من العملية، دون الحاجة إلى إعادة تشغيل العملية برمتها من البداية.
تعتمد الاداة في الفحص على عدة ادوات قوية ومشهورة, وتقوم بفحص عدة بروتوكولات
مثل:

  • ARP 
  • nmap
  • DNS 
  • dnsrecon
  • dnsenum
  • host
  • FINGER 
  • finger-user-enum
  • FTP 
  • ftp-user-enum
  • hydra [AGGRESSIVE]
  • HTTP 
  • nikto
  • dirb
  • EyeWitness
  • sqlmap [AGGRESSIVE]
  • fimap [AGGRESSIVE]
  • RDP 
  • EyeWitness
  • SMB 
  • enum4linux
  • nbtscan
  • samrdump
  • SMTP 
  • smtp-user-enum
  • SNMP 
  • snmpcheck
  • onesixtyone
  • snmpwalk
  • SSH 
  • hydra [AGGRESSIVE]
  • SQL 
  • VNC 
  • EyeWitness
اداة فحص الشبكات GoScan Interactive Network Scanner



طريقة تثبيت اداة GoScan

# Linux (64bit)
wget https://github.com/marco-lancini/goscan/releases/download/v2.3/goscan_2.3_linux_amd64.zip
unzip goscan_2.3_linux_amd64.zip

# Linux (32bit)
wget https://github.com/marco-lancini/goscan/releases/download/v2.3/goscan_2.3_linux_386.zip
unzip goscan_2.3_linux_386.zip

#After that, place the executable in your PATH
chmod +x goscan
sudo mv ./goscan /usr/local/bin/goscan

Docker
git clone https://github.com/marco-lancini/goscan.git
cd goscan/
docker-compose up --build

Build from source البناء من السورس
git clone https://github.com/marco-lancini/goscan.git
cd goscan/goscan/
make setup
make build
make cross

 طريقة تشغيل الاداة GoScan

./goscan
 GoScan Interactive Network Scanner

 GoScan Interactive Network Scanner portscan