Sponsored Content
Full Discussion: Query IP in senderbase.org
Top Forums Shell Programming and Scripting Query IP in senderbase.org Post 302807059 by Kochappa on Tuesday 14th of May 2013 05:36:59 AM
Old 05-14-2013
Linux Query IP for reputation check

Hello,

I am looking for a script which can do the following

* Goto
Code:
senderbase.org/lookup

and search the IP and get the results

We can run the query directly from
Code:
www.senderbase.org/lookup?search_string=test.com  for eg:

However the problem is when it is run from the cmd, it asks to accept Terms of service and we would need to click "Yes, I Agree" before we proceed.

* Once the query is run, it should click on "Export" link with only "IP Address" and "Email Reputation" check boxes checked and click on Export to download the file to a location.

I would like to get this done using curl/wget. Can someone advise/help me please?

Kind Regards,
Kochappa.

Last edited by Kochappa; 05-14-2013 at 06:59 AM..
 

7 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

X.Org and XFree86

X.Org just released a new version of their X (X11R6.7). Besides Liscense stuff, what is better about X.org then XFree? What is better about XFree then X.org? Also: Will my fglrx (ATI) or nvidia drivers (designed for XFree86 4.3) work on X.org? (2 Replies)
Discussion started by: punkrockguy318
2 Replies

2. Solaris

ayna org

İntel Script v5 Çok Yakında ..code/menu* (2 Replies)
Discussion started by: ilkerkarakoc
2 Replies

3. UNIX for Dummies Questions & Answers

X.org FreeBSD 5.3

Hi! I have some problems with my X.org. The xdm starts without any problems and so does the wm. I'm using enlightenment and fluxbox. But when I start for example xterm it runs for a while and then the screen freeze. The computer is still running you can ssh to it and the mousecursor is moving.... (4 Replies)
Discussion started by: Barfly.se
4 Replies

4. Shell Programming and Scripting

add the output of a query to a variable to be used in another query

I would like to use the result of a query in another query. How do I redirect/add the output to another variable? $result = odbc_exec($connect, $query); while ($row = odbc_fetch_array($result)) { echo $row,"\n"; } odbc_close($connect); ?> This will output hostnames: host1... (0 Replies)
Discussion started by: hazno
0 Replies

5. Shell Programming and Scripting

Query Oracle tables and return values to shell script that calls the query

Hi, I have a requirement as below which needs to be done viz UNIX shell script (1) I have to connect to an Oracle database (2) Exexute "SELECT field_status from table 1" query on one of the tables. (3) Based on the result that I get from point (2), I have to update another table in the... (6 Replies)
Discussion started by: balaeswari
6 Replies

6. Shell Programming and Scripting

Shell Script to execute Oracle query taking input from a file to form query

Hi, I need to query Oracle database for 100 users. I have these 100 users in a file. I need a shell script which would read this User file (one user at a time) & query database. For instance: USER CITY --------- ---------- A CITY_A B CITY_B C ... (2 Replies)
Discussion started by: DevendraG
2 Replies

7. What is on Your Mind?

Org Charts

Funny org charts for Apple, Google, Microsoft, Oracle, Amazon and Facebook. https://www.unix.com/picture.php?albumid=112&pictureid=613 (0 Replies)
Discussion started by: Neo
0 Replies
wreplace(1)						      General Commands Manual						       wreplace(1)

NAME
wreplace - Replace an address with the contents of stdin. SYNOPSIS
Goto [-v] [-c] [-b] address OPTIONS
-v If the -v option is present, Goto prints its version number and date and exits. -c If the -c option is present, wreplace creates the window if necessary. -b If the -b option is present, wreplace sets the backup flag on any windows it creates. -d DESCRIPTION
wreplace must be able to connect to a running wily(1). wreplace searches for address and replaces it with the contents of the standard input. address must be a valid wily address. RETURNS
Goto returns zero if it was able to execute the remote goto command, otherwise it returns non-zero. No indication of the success or the failure of the actual search is given. EXAMPLES
Create a manifest file: ls | wreplace -c -b MANIFEST:, SEE ALSO
wily(1) wgoto(1) AUTHOR
Alan Watson (alan@oldp.nmsu.edu) 1R1.1L1 of 1D1 wreplace(1)
All times are GMT -4. The time now is 02:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy