Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to answer subprocess prompt
Post: RE: How to answer subprocess prompt

(Feb-13-2018, 06:29 PM)wavic Wrote: Well, -a flag was removed from the program arguments. There is a discussion to add -y flag but appears that that isn't done yet. One option is to use -s /usr/loca...
Monty General Coding Help 8 17,344 Feb-13-2018, 07:27 PM
    Thread: How to answer subprocess prompt
Post: RE: How to answer subprocess prompt

(Feb-13-2018, 05:18 PM)wavic Wrote: Post the command, please! What it asks for? process = Popen(['reaver -i wlan1mon -b my:ap:ma:ca:dr:es'], stdin=PIPE, stdout=PIPE, shell=True)after this is run the...
Monty General Coding Help 8 17,344 Feb-13-2018, 06:07 PM
    Thread: How to answer subprocess prompt
Post: RE: How to answer subprocess prompt

reaver The prompt only appears second after I have run the command so I am unable to answer 'y' with the beginning argument
Monty General Coding Help 8 17,344 Feb-12-2018, 03:23 PM
    Thread: How to answer subprocess prompt
Post: How to answer subprocess prompt

When I run: python3.5 script.py Which has: process = Popen(['command args more args'], stdin=PIPE, stdout=PIPE, shell=True) The command will prompt me to respond in Y or N with enter continue from a p...
Monty General Coding Help 8 17,344 Feb-11-2018, 09:49 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020