index
:
nsploit
master
no-rev-cache
Process interaction tool for software exploitation
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sploit
/
comm.py
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-13
comm: Promote from module to package
Malfurious
1
-205
/
+0
2024-01-13
log: Move to sploit.util package
Malfurious
1
-1
/
+1
2023-04-02
comm: Fix bug where readline thinks pipe is broken
v0.4
dusoleil
1
-2
/
+2
2023-03-01
Add special cases for read(size <= 0)
dusoleil
1
-4
/
+9
2023-03-01
Add io.last as the result of the last discrete read
dusoleil
1
-1
/
+9
2023-02-18
comm: Localize stdin nonblock to interact's readall
dusoleil
1
-4
/
+6
2023-02-18
Use buffered read throughout Comm
dusoleil
1
-1
/
+1
2023-02-18
Read once at the beginning of interact mode.
dusoleil
1
-0
/
+1
2023-02-18
comm: Strip \n character from readline()
Malfurious
1
-1
/
+4
2023-02-18
comm: Add default argument for writeline()
Malfurious
1
-1
/
+1
2023-02-18
comm: Enable logonread during interact()
Malfurious
1
-0
/
+3
2023-02-18
comm: Squelch BrokenPipeError during shutdown()
Malfurious
1
-1
/
+4
2022-04-08
sploit: Allow multiple reads in Comm.readall_nonblock()
Malfurious
1
-2
/
+6
2022-04-08
sploit: Fix units for Comm.timeout
Malfurious
1
-1
/
+1
2022-03-14
sploit: Clean up function Comm.interact()
Malfurious
1
-32
/
+26
2022-03-14
sploit: Add function popen()
Malfurious
1
-0
/
+6
2022-03-14
sploit: Add Comm property 'readonwrite'
Malfurious
1
-0
/
+2
2022-03-14
sploit: Add function Comm.readall_nonblock()
Malfurious
1
-0
/
+11
2021-12-17
sploit: Automatically shutdown outgoing comms after script execution
Malfurious
1
-0
/
+3
2021-12-17
sploit: Catch KeyboardInterrupt in Comm.readall()
Malfurious
1
-3
/
+6
2021-12-17
sploit: Ensure the logonread option is restored by Comm.readuntil()
Malfurious
1
-5
/
+7
2021-12-17
sploit: Add logonwrite option to comms
Malfurious
1
-0
/
+2
2021-12-17
sploit: Check logonread in function Comm.readall()
Malfurious
1
-1
/
+1
2021-12-17
sploit: Rework logger
Malfurious
1
-16
/
+17
2021-09-02
Handle Process destr when Process constr throws
dusoleil
1
-0
/
+1
2021-09-02
Reuse read() and readline() in the until() API
dusoleil
1
-4
/
+5
2021-09-02
Add readall() which reads until EOF
dusoleil
1
-0
/
+7
2021-09-02
Move comm toggles for consistency
dusoleil
1
-3
/
+3
2021-09-01
Add Config Toggles for Read/Write Extra Behavior
dusoleil
1
-5
/
+8
2021-09-01
Rewrite interact() to be Single Threaded
dusoleil
1
-36
/
+26
2021-09-01
Add Convenience Utility to readuntil()
dusoleil
1
-2
/
+5
2021-09-01
readlineuntil() Operates on an Array of Lines
dusoleil
1
-4
/
+9
2021-09-01
Correct read() Semantics
dusoleil
1
-1
/
+1
2021-09-01
Throw a BrokenPipeError on Broken Read
dusoleil
1
-0
/
+4
2021-09-01
Formatting
dusoleil
1
-10
/
+10
2021-09-01
Move "Read Rest of Output" Out of Destructor
dusoleil
1
-4
/
+0
2021-09-01
Better Shutdown Process for Pipes
dusoleil
1
-4
/
+7
2021-09-01
Better Shutdown Process for Target Program
dusoleil
1
-1
/
+8
2021-09-01
Better Info Messages
dusoleil
1
-2
/
+2
2021-08-31
Use Entire Path When Given The Pipe Directory
dusoleil
1
-1
/
+3
2021-08-31
Add Interactive Mode to Comms
dusoleil
1
-1
/
+49
2021-08-31
Add readuntil() and readlineuntil() to Comms
dusoleil
1
-0
/
+14
2021-08-30
Sploit Rework MVP Structure, Packaging, and Comms
dusoleil
1
-0
/
+68