امنیت اطلاعات
847 subscribers
2.38K photos
153 videos
156 files
2.58K links
آخرین اخبار هک، ابزارها و روش های تست نفوذ را در این کانال دنبال کنید

بخش انگلیسی :
https://t.iss.one/sec_nerd_en


برای عضویت در گروه پیام بدید:
@rect00
Download Telegram
اضافه کردن bash لینوکس به ویندوز ۱۰

https://tinyurl.com/y9n8uvm4

#windows
#linux
#bash

@modsecure
yoter

با این اسکریپت بش کارهای زیر را میتوانید بصورت اتوماتیک انجام دهید:
یافتن آی پی هدف
یافتن رنج آی پی هدف
یافتن ساب دامین های هدف با استفاده از سه وبسایت pkey.in و hackertarget.com و virustotal.com
بروت فورس ساب دامینها
اسکن پورتها برای یافتن سرویس های HTTP با سرعت بالا

https://github.com/b3rito/yotter

#pentest
#tools
#bash
#web

@sec_nerd
LinuxPrivEsc.sh
13.8 KB
اسکریپت بالا بردن سطح دسترسی در سیستم عامل های لینوکسی


#privesc
#bash
#linux

@sec_nerd
Simple bash script to take screenshots

#!/bin/bash
file="/path/urls.txt"
while IFS= read line
do
echo "$line"
firefox -screenshot "$line".png "$line"
&>/dev/null
done < "$file"




#linux
#bash
#terminal


@sec_nerd
ابزار پسانفوذ Bashark
نوشته شده به زبان bash

https://github.com/TheSecondSun/Bashark


#post_exploitation
#bash
#linux
#unix


@sec_nerd