Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

davidlebr1/AS400Scripts

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
6 Commits
 
 
 
 

Repository files navigation

AS400Scripts

Useful scripts for AS400 testing

AS400 Users Enumeration

⚠️ Each attempt does a login tentative. Be careful with the script for lockout.

python as400_enum_users.py -h                                                         

Enumerate Users on AS400 using telnet

usage: as400_enum_users.py [-h] [-v] [-o OUTPUT] -i IP -f FILENAME

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         Increase output verbosity
  -o OUTPUT, --output OUTPUT
                        Write valid users to an output file

required arguments:
  -i IP, --ip IP        Ip address of the host
  -f FILENAME, --filename FILENAME
                        File that contain the users to enumerate

Example

python as400_enum_users.py -i 10.0.0.1 -f potential-users.txt -o valid-users.txt -v

Enumerate Users on AS400 using telnet

[+] 6 Users loaded
[+] Enumeration started. Each attempt does a login tentative.
[*] PSOUAA is a valid user
[+] Writing valid user to file

About

Useful scripts for AS400 testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.