Sponsored Content
Top Forums Shell Programming and Scripting Wget/curl credentials validation Post 302756999 by sathyaonnuix on Thursday 17th of January 2013 01:03:47 AM
Old 01-17-2013
Wget/curl credentials validation

Experts,

I login to a 3rd party and pull some valuable information with my credentials. I pass my credentials via --post-data in wget.

Now my Account is locked. I want my wget to alert that the Account is locked. How can i achieve this.

My idea is, get the Source page html from the wget and look for the pattern "Account locked" and alert. I know this is not a fine solution. Looking a help from you.

Please advise a command based solution. Thanks in advance
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help needed in Curl & Wget

We are trying to invoke a https service from our unix script using curl command. The service is not getting invoked because it is SSL configured. Bypassing certification (using curl –k) does not work. curl -k https://site curl -k -x IP:Port https://site curl -k -x IP:443 https://id:pwd@site ... (0 Replies)
Discussion started by: dineshbabu01
0 Replies

2. Shell Programming and Scripting

Proxy with curl/wget support

I need a proxy that would enable me to use cli curl/wget with another ip address. How do I find a paid proxy server that supports curl/wget? (1 Reply)
Discussion started by: locoroco
1 Replies

3. Shell Programming and Scripting

Specifying IP address with curl/wget

Hello, I am wondering does anyone know of a method using curl/wget or other where by I could specify the IP address of the server I wish to query for a website. Something similar to editing /etc/hosts but that can be done directly from the command line. I have looked through the man pages... (4 Replies)
Discussion started by: colinireland
4 Replies

4. Shell Programming and Scripting

How to download file without curl and wget

Hi I need a Shell script that will download a zip file every second from a http server but i can't use neither curl nor wget. Can anyone will help me go about this task ??? Thanks!! (1 Reply)
Discussion started by: rubber08
1 Replies

5. Shell Programming and Scripting

Encapsulating output of CURL and/or WGET

i use curl and wget quite often. i set up alarms on their output. for instance, i would run a "wget" on a url and then search for certain strings within the output given by the "wget". the problem is, i cant get the entire output or response of my wget/curl command to show up correctly in... (3 Replies)
Discussion started by: SkySmart
3 Replies

6. Shell Programming and Scripting

Wget vs Curl - Proxy issue

Hi, My script needs to crawl the data from a third party site. Currently it is written in wget. The third party site is of shared interface with different IP addresses. My wget works with all the IP address but not with one. Whereas the curl is able to hit that IP address and comes out... (2 Replies)
Discussion started by: sathyaonnuix
2 Replies

7. Shell Programming and Scripting

Need help in wget or curl command in UNIX shell

Hi, I need help in wget or curl command to invoke a REST client services. This is the format i need to send request wget -H "tokenId: F6" -H "Authorization: Basic <64 bit encoded username:password>" -H "https://example.com" -H "Accept: application/Json" -o download.xml... (1 Reply)
Discussion started by: zen01234
1 Replies

8. Shell Programming and Scripting

How to get content of a webpage Curl vs Wget?

Hello, What I am trying to do is to get html data of a website automatically. Firstly I decided to do it manually and via terminal I entered below code: $ wget http://www.***.*** -q -O code.html Unfortunately code.html file was empty. When I enter below code it gave Error 303-304 $... (1 Reply)
Discussion started by: baris35
1 Replies

9. Shell Programming and Scripting

Wget and curl to post data

i'm using this command to post data to a remote host: wget --post-data="My Data" http://<my-ip>:80 -O /dev/null -q and curl --data "My Data" http://<my-ip>:80 however, when i run the above, i see the following in my access log on the remote host: Wget: 10.10.10.10 - - "POST /... (1 Reply)
Discussion started by: SkySmart
1 Replies

10. Web Development

Wget/curl and javascript

What can I use instead of wget/curl when I need to log into websites that use javascript? Wget and curl don't handle javascript. (6 Replies)
Discussion started by: locoroco
6 Replies
dxaccounts(8)						      System Manager's Manual						     dxaccounts(8)

NAME
dxaccounts - Graphical interface for account administration SYNOPSIS
/usr/bin/X11/dxaccounts DESCRIPTION
The Account Manager application, dxaccounts, helps you manage user accounts on your Tru64 UNIX system. It operates on both base security level systems and enhanced security (C2) level systems. The Account Manager application lets you manage both the local and Network Information Service (NIS) UNIX account databases. NIS is used in order to centrally manage user accounts in a network environment. NIS lets participating systems share a common set of passwd and group files. NIS uses a client-server model. When the Advanced Server for Tru64 UNIX product is installed, the Account Manager application allows you to perform domain user account management for PC users. To start Account Manager from the CDE desktop:Choose the Application Manager from the CDE front panel. Choose the System_Admin group. Choose the DailyAdmin group. Click on the Account Manager icon. Online help is available for the dxaccounts application. To get help, click on any Help button or use the Help pull-down menu. Account Manager replaces the XSysAdmin(8) and XIsso(8) applications. RESTRICTIONS
You must have root privileges to modify system files with this application. If dxaccounts is run without root permission, you may view but not modify account information. In order to make changes to the NIS databases, you must run Account Manager on the machine designated as the NIS server. FILES
Defaults that are shared by the graphical user and command-line interfaces System and account defaults (enhanced security only) Group information for local groups Account information for local user accounts List of shells on the system Group information for NIS groups (on an NIS master) Account information for NIS user accounts (on an NIS master) Protected password authentication database files (enhanced security only) Protected password database (enhanced security only) Protected password database (enhanced security only) Account Manager application Account Manager help volume Account Manager help volume for enhanced security Directory containing Account Manager application icons Application defaults file that sets the default values for the X resources Account Manager message catalog Default directory for user account initial files SEE ALSO
Commands: auditmask(8), authck(8), groupadd(8), groupdel(8), groupmod(8), login(1), nis_intro(7), passwd(1), secsetup(8), useradd(8), userdel(8), usermod(8), XIsso(8), XSysAdmin(8) Functions: acceptable_password(3), getprpwent(3), getpwent(3) Files: authcap(4), default(4), group(4), passwd(4) Manuals: System Administration, Advanced Server for UNIX Installation and Administration, Advanced Server for UNIX Concepts and Plan- ning</docbook> dxaccounts(8)
All times are GMT -4. The time now is 03:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy