루아(Lua)는 1993년에 개발된 프로그래밍 언어이다. 브라질... Lua에서는 테이블은 우리가 흔히 아는 테이블과는 달리 배열과... 사실 Lua의 테이블은 단순히 저장하는 것이 아니라 메타 테이블과 같이...
소개 ; 개발 언어로 네오빔에 통합된 루아는 네오빔의 주요한 특징 중 하나로 자리잡고 있습니다. 하지만 루아로 플러그인을 작성하는 방법에 대한 자료는 빔스크립트에 비해 많지 않습니다. 그래서 사람들이 더 쉽게 시작할 수 있도록 기본적인 정보를 제공하려고 합니다. 먼저 루아는 깔끔하고 단순한 언어라는 것을 말씀드리고 싶습니다. 쉽게 배울 수 있습니다. 특히 자바스크...
Functions ; address_family () · Returns the address family Nmap is using. ; bind (addr, port) · Sets the local address of a socket. ; clock () · Returns the current date and time in seconds.
cookie 옵션만들기 http.lua 파일을 열어서 USER_AGENT 검색 그밑에 COOKIES = stdnse.get_script_args('http.cookies') or "test=test;" 한줄 추가 이후 mod_options 에 Cookie 헤더 추가 , ["Cookie"] = COOKIES...
Usage and Examples ; Script Categories · Script Types and Phases · Command-line Arguments · Script Selection · Arguments to Scripts · Complete Examples
http://tylerneylon.com/a/learn-lua/ Learn Lua in 15 Minutes tylerneylon.com -- The Head Section -- local... nse 란 확장자를 사용하여 생성후 실행 1sudo nmap -sV --script=이름.nse 주소 -포트번호...
Prev · Script Format ; Up · Chapter 9. Nmap Scripting Engine ; Next · NSE Scripts
Example 8. Ncat as mail client ; $ ncat -C mail.example.com 25 220 mail.example.com ESMTP · 250 mail.example.com Hello client.example.com · 250 OK · 250 Accepted · 354 Enter message, ending with "." on a line by itself · 250 OK · 221 mail.example.com closing connection
md chapter 1 and 2 + first scan ^^ aggressive.lua nmap examples debug.lua nmap examples detect_os_and_version.lua nmap examples dns_resolution_for_all_targets.lua may the 4th be with you...
Lua로 작성되어 있으며 nmap을 통해 포트스캔, 네트워크 접근 이외에도 더 넓은 범위의 체킹이 가능합니다. NSE 예시 NSE(Nmap 스크립트 엔진) 위에서도 대충 설명드렸지만 NSE는 nmap에서...