J2TEAM Security: A must-have extension for Chrome users. Install now!

RDP Cracking IP List Maker Script

RDP Cracking IP List Maker Script | Juno_okyo's Blog
I found these script on google so all credits goes to coder

Save this Script as name "blah.bat"


Code:
@echo off
for /l %%%x in (1,1,2) do (
start "rdp" /HIGH nmap -n -Pn -p T:3389 -T5 --script rdp.nse -iR 0
)
exit



Save this Script as name "rdp.nse"

Code:
description=[[
Checks if an RDP port is open.
]]
author = "ROleg"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default", "discovery", "external", "intrusive"}
require "shortport"
portrule = shortport.portnumber(3389, "tcp", "open")
action = function(host, port)
    file = io.open ("results.txt","a+")
    file:write (host.ip.."\n")
    file:flush()
    file:close()
end


save both script in one folder. install nmap (you can find on google) after installation of namp run "blah.bat" script
your all ip saved in "result.txt" file

Enjoy


M@d___Sql1
Leader at J2TEAM. Website: https://j2team.dev/

3 nhận xét

  1. save both script in one folder. install nmap (you can find on google) after installation of namp run "blah.bat" script
    your all ip saved in "result.txt" file

    save roi, down va run nmap xong, run "blah.bat" script roi co thay gi dau
    nmap lam gi?
    huong dan ro ti di
    1. Thứ nhất, bạn vui lòng comment có dấu.
      Thứ hai, down Nmap để scan port khi có list IP.
  2. to ko viet co dau dc. cau thong cam?
    list IP la ;ist socks do a?
    scan ra port open roi thi lam sao nua?
Cảm ơn bạn đã đọc bài viết!

- Bạn có gợi ý hoặc bình luận xin chia sẻ bên dưới.

- Hãy viết tiếng Việt có dấu nếu có thể!