Search Results

Search: Posts Made By: sk151993
1,326
Posted By sk151993
Error while running xterm in telnet script
Error:

Type xterm -help for a full description.

xterm: Explicit shell already was /root/Desktop/telnet.sh
xterm: bad command line option "Done!"

usage: xterm [-/+132] [-C] [-Sccn] [-T...
Forum: Programming 06-01-2017
3,830
Posted By sk151993
How to parse .nessus file to get result in human readable format?
Operating system: Kali Linux
Scripting Language: Python

I have write the script which scan the IP using nessus and export result in .nessus file

Expected: Need to export result in .html or...
Forum: Programming 06-01-2017
3,830
Posted By sk151993
How to parse .nessus file to get result in human readable format?
Scripting Language: bash shell script, python

I want to parse .nessus file in human readable format. If any one have any ideas please help me.
Forum: Programming 05-25-2017
7,870
Posted By sk151993
Nmap shell script goes in infinite loop
My script’s output goes in infinite loop

Below is my script:

Nmap()
{
while read -r line
do
name="$line"
echo "$name"
count=$line

nmap -oG output.txt -T4 -f -iL iplist.txt $line1
done...
1,303
Posted By sk151993
How to write script to scan ip list through Nessus?
How to call Nessus on the command line to scan a single IP and generate a report? This is my question. Please suggest any idea.
1,303
Posted By sk151993
How to write script to scan ip list through Nessus?
Scripting language: Shell script

I want to Scan IP's from IPlist.txt through Nessus using shell scripting language. Give the Input (IPlist) to nessus and generate Nessus report in xml or PDF form...
38,930
Posted By sk151993
Telnet error- Escape character is '^]' and connection closed by foreign host
In many case nmap gives wrong output. It shows open ports but while doing telnet to specific port it becomes close. To more accuracy i am doing telnet.
For evidence, I want screenshot of blank...
38,930
Posted By sk151993
Telnet error- Escape character is '^]' and connection closed by foreign host
1. I have create telnet.txt file by using nmap scan. File contain IP address with open port.
e.g
telnet.txt
ip open port
192.168.0.1 21
192.168.0.1 21...
38,930
Posted By sk151993
Please help me if any one has idea about telnet...
Please help me if any one has idea about telnet script.
38,930
Posted By sk151993
Telnet error- Escape character is '^]' and connection closed by foreign host
Still it gives below error. Please help.

Program-
readfile()
{
while read -r line
do
name="$line"
echo "$name"
count=$line
telnet << !
set escape F
open $line
xterm -e telnet $line...
38,930
Posted By sk151993
Telnet error- Escape character is '^]' and connection closed by foreign host
In program, I want to telnet the ports present in telnet.txt file and capture screenshot of open port which is opened on new terminal.

Problems:

Escape character is '^]' and Connection closed...
4,947
Posted By sk151993
How to scan IP range using nmap?
Here I have attached file. Please help me
4,947
Posted By sk151993
How to scan IP range using nmap?
Scripting language : Bash Shell Script

1. problem statement
I have to create function in which read IP addresses one by one from one file (iplist.txt) and scan these IP using nmap. This scan IP's...
2,684
Posted By sk151993
How to scan IP range using nmap
My goal:
1. Find all ports open on a whole range.
2,684
Posted By sk151993
How to scan IP range using nmap?
Scripting language : Bash Shell Script
I have to create function in which read IP addresses one by one from one file (ip.txt) and scan these IP using nmap.
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 12:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy