Sponsored Content
Top Forums Shell Programming and Scripting Grepping for hex characters - explanation? Post 302491366 by mregine on Thursday 27th of January 2011 08:44:28 AM
Old 01-27-2011
Thanks to both of you. I've learned something and I even know where to look for more :-)
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

grepping the first 3 characters from a file

Hi I was wondering if it's possible to use a command to get the first 3 characters of a line in a text file, I tried grep but it returns the whole line but I am only interested in the first 3 characters. Is this possible with grep or I need any other command? Also is it possible deleting from... (2 Replies)
Discussion started by: g-e-n-o
2 Replies

2. UNIX for Dummies Questions & Answers

grepping the first 3 characters from a file

give this a try and let me know if it works grep '^' filename rachael (2 Replies)
Discussion started by: rachael
2 Replies

3. Shell Programming and Scripting

Replacing all but last Hex characters in a text line

I must remove hex characters 0A and 0D from several fields within an MS Access Table. Since I don't think it can be done in Access, I am trying here. I am exporting a Table from Access (must be fixed length fields, I think, for my idea to work here) into a text format. I then want to run a... (2 Replies)
Discussion started by: BAH
2 Replies

4. HP-UX

Hex characters of ascii file

Hi, Whats the command or how do you display the hexadecimal characters of an ascii file. thanks Bud (2 Replies)
Discussion started by: budrito
2 Replies

5. Shell Programming and Scripting

Grepping characters

Hi friends, I want your help. I have a flat file. I want a script to search following pattern in it and once it get that pattern it should grep next 7 characters from it and should keep it in output file output.TXT Pattern is RSTD3R0******* In above example, characters in the place of *... (3 Replies)
Discussion started by: anushree.a
3 Replies

6. Programming

After converting the hexstr to Hex and storing the Hex in a char*

Hi All, My main intension of is to convert the Hexstring stored in a char* into hex and then prefixing it with "0x" and suffix it with ',' This has to be done for all the hexstring char* is NULL. Store the result prefixed with "0x" and suffixed with ',' in another char* and pass it to... (1 Reply)
Discussion started by: rvan
1 Replies

7. Shell Programming and Scripting

Replacing hex characters '\x0D' with '\x0D\x0A'

Hello All, I have a requirement where I need to replaced the hex character - '\x0D' with 2 hex characters - 'x0D' & 'x0A' I am trying to use SED - But somehow its not working. Any pointers? Also the hex character '\x0D' can occur anywhere in the line. Can this also be accomplished... (6 Replies)
Discussion started by: paragkalra
6 Replies

8. Shell Programming and Scripting

Convert hex values to displayable characters

Hi, I am a bit stuck with displaying characters. I am having values like below in the proper displayable characters. which I would want to print the actual value on the right hand side. I dont want to create an array because I would have to create 255 different values. isnt there another way of... (17 Replies)
Discussion started by: ahmedwaseem2000
17 Replies

9. UNIX for Dummies Questions & Answers

Replacing hex characters

I have the following file consisting of dates and sample measurements: 05��Oct��2010 1.31�� 06��Oct��2010 1.32�� 07��Oct��2010 1.31�� The hex characters are \xc2\xa0 in sequence. I have tried to remove the characters as follows: sed -i '' -e 's/\xc2\xa0//g' file.dat and as follows... (6 Replies)
Discussion started by: figaro
6 Replies

10. HP-UX

Replacing Hex Characters In A File Using awk?

Hi guys, First off, i'm a complete noob to UNIX and LINUX so apologies if I don't understand the basics! I have a file which contains a hex value of '0D' at the end of each line when I look at it in a hex viewer. I need to change it so it contains a hex value of '0D0A0A' I thought... (10 Replies)
Discussion started by: AndyBSG
10 Replies
SKIPFISH(1)						      General Commands Manual						       SKIPFISH(1)

NAME
skipfish - active web application security reconnaissance tool SYNOPSIS
skipfish [options] -W wordlist -o output-directory start-url [start-url2 ...] DESCRIPTION
skipfish is an active web application security reconnaissance tool. It prepares an interactive sitemap for the targeted site by carrying out a recursive crawl and dictionary-based probes. The resulting map is then annotated with the output from a number of active (but hope- fully non-disruptive) security checks. The final report generated by the tool is meant to serve as a foundation for professional web application security assessments. OPTIONS
Authentication and access options: -A user:pass use specified HTTP authentication credentials -F host=IP pretend that 'host' resolves to 'IP' -C name=val append a custom cookie to all requests -H name=val append a custom HTTP header to all requests -b (i|f|p) use headers consistent with MSIE / Firefox / iPhone -N do not accept any new cookies Crawl scope options: -d max_depth maximum crawl tree depth (default: 16) -c max_child maximum children to index per node (default: 512) -x max_desc maximum descendants to index per crawl tree branch (default: 8192) -r r_limit max total number of requests to send (default: 100000000) -p crawl% node and link crawl probability (default: 100%) -q hex repeat a scan with a particular random seed -I string only follow URLs matching 'string' -X string exclude URLs matching 'string' -K string do not fuzz query parameters or form fields named 'string' -Z do not descend into directories that return HTTP 500 code -D domain also crawl cross-site links to a specified domain -B domain trust, but do not crawl, content included from a third-party domain -O do not submit any forms -P do not parse HTML and other documents to find new links Reporting options: -o dir write output to specified directory (required) -M log warnings about mixed content or non-SSL password forms -E log all HTTP/1.0 / HTTP/1.1 caching intent mismatches -U log all external URLs and e-mails seen -Q completely suppress duplicate nodes in reports -u be quiet, do not display realtime scan statistics Dictionary management options: -S wordlist load a specified read-only wordlist for brute-force tests -W wordlist load a specified read-write wordlist for any site-specific learned words. This option is required but the specified file can be empty, to store the newly learned words and alternatively, you can use -W- to discard new words. -L do not auto-learn new keywords for the site -Y do not fuzz extensions during most directory brute-force steps -R age purge words that resulted in a hit more than 'age' scans ago -T name=val add new form auto-fill rule -G max_guess maximum number of keyword guesses to keep in the jar (default: 256) Performance settings: -l max_req max requests per second (0 = unlimited) -g max_conn maximum simultaneous TCP connections, global (default: 50) -m host_conn maximum simultaneous connections, per target IP (default: 10) -f max_fail maximum number of consecutive HTTP errors to accept (default: 100) -t req_tmout total request response timeout (default: 20 s) -w rw_tmout individual network I/O timeout (default: 10 s) -i idle_tmout timeout on idle HTTP connections (default: 10 s) -s s_limit response size limit (default: 200000 B) -e do not keep binary responses for reporting Performance settings: -k duration stop scanning after the given duration (format: h:m:s) AUTHOR
skipfish was written by Michal Zalewski <lcamtuf@google.com>, with contributions from Niels Heinen <heinenn@google.com>, Sebastian Roschke <s.roschke@googlemail.com>, and other parties. This manual page was written by Thorsten Schifferdecker <tsd@debian.systs.org>, for the Debian project (and may be used by others). March 23, 2010 SKIPFISH(1)
All times are GMT -4. The time now is 12:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy