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
1 min read
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/

Bạn có thể thích những bài đăng này

  • HD 720p: http://www.youtube.com/watch?v=nps0zPB78fk (open in new tab). …
  • CK_HASH_CRACKER VERSION 3.0 Download Link: Click Here __Change Log__Hash Identifier ModifiedOnline Database Checker Bug Fixed And Works FasterOffline Database Search Eng…
  • Nemesis Crypter is a good tool to FUD your RAT or Keylogger. It was used to make FUD but now it is only UD (Undetectable) but anyways its a nice tool with many impressive opti…
  • Hello guys this is AV.. Today i'll show you the two ways to crack cpanel What we will need for this?1. shelled website2. the shelled website should be symlink enableled. Lets start…
  • RR cracker is Advanced Version of Cpanel and WHM cracker. its Devloped by Indian Hacker and Php Devloper 3r0r1046. New Fuctions in RR Cpanel and WHM cracker php.in Ge…
  • Phần mềm hoạt động ổn định, hỗ trợ tất cả những tính năng cần thiết cho người sử dụng. Trong đó có những tính …

3 nhận xét

  1. second ago
    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. second ago
      Thứ nhất, bạn vui lòng comment có dấu.
      Thứ hai, down Nmap để scan port khi có list IP.
  2. second ago
    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ể!