Commit Graph

7 Commits

Author SHA1 Message Date
z0noxz
0514d86b00 Update README.md 2017-05-28 21:18:50 +02:00
z0noxz
865b5dc9f6 Fix for ip-addresses containing 0's
A bug resulting in 0's being represented as empty when converting IP addresses for meterpreter injections was fixed. 
i.e. 192.168.0.10 => 0xc0,0xa8,0x0a instead of 0xc0,0xa8,0x00,0x0a
2017-05-10 18:35:09 +02:00
z0noxz
b3120d48bc Merge branch 'master' of https://github.com/z0noxz/powerstager 2017-05-01 10:53:35 +02:00
z0noxz
ec88106af6 Changes to 'powerstager.py' moved declaration of loop variable to top (ISSUE #2) 2017-05-01 10:52:11 +02:00
z0noxz
fd239c7de5 Update powerstager.py 2017-04-17 16:19:20 +02:00
z0noxz
871502376c Update README.md 2017-04-17 16:18:48 +02:00
z0noxz
06c7f69923 first commit 2017-04-17 15:50:41 +02:00