Releases: ANDRVV/gapcast
Releases Β· ANDRVV/gapcast
v1.0.3
In this version contains 1.0.3-beta
and 1.0.3
logs:
- Fixed, added:
- Runned
gofmt
to fix syntax and readability. - Totally rewriting of code with bug fixing.
- Added comments on every function.
- Update performance on most functions.
- Added channel scan scheme (from coverage signal)
-nm-restart
parameter now reset all services that Gapcast used.- Changed Single Deep Scanning scanning time from 10s to 20s.
- Added log msg library.
- Replaced function that read packets (from bettercap) with best performance functions.
- Added support for scanning WPA-3.
- Fix bugs and improved EAPOL-Key recording.
- Table frame rate changeable from gapcast.go consts, now set to
35 fps
. - Fixed decode errors (on packet).
- Fixed bugs on parseChannel function (with
-5g
return error if channel is specified). - Support for all AKM and Cipher suites.
- Added parameters
-enc
,-cipher
,-auth
- Better performance on packet handler (does not load it if packet is invalid).
- To prevent input error, runned automatically
stty sane
on start. - Changing sending mode of De-Auth attack (broadcast seq: 128, individual seq: 64)
- Dependencies checker on setup.
- Added Evil Twin attack with Captive Portal function.
- Added 2 web-page model for Evil Twin:
CustomVideo
,GoogleLogIn
.
- Runned
Thanks to everyone for 100 β Happy hacking!π
v1.0.3-beta
Warning
FROM THIS VERSION, GAPCAST CAN BE USED ONLY IN GNU/LINUX SYSTEMS, IT WAS USED IN WINDOWS 8.1+.
Important
Added:
Evil-Twin attack: documentation+Evil Twin Captive Portal pages (models) be released on v1.0.3, now you can use this attack from INJ Table. Note: now is available only one model taken from NickJongens/PiEvilTwin.
More:
Rewriting of code, fixed bugs, added comments, updated performance significantly, more readable code and more stuff will be added soon.
Happy hacking!!
v1.0.2
On this release has ben fixed:
- Bugs.
- Layout.
- Single Deep Scanning response errors.
- Mutex (Deadlock) bugs.
Updated:
- RadarRSSI (Now calculation faster and accurate).
Added:
- New parameter:
-nm-restart
to restart Network Manager (On GNU/Linux systems).-dbi-tx
to set TX antenna dBi (For custom Radarconf).-dbi-rx
to set RX antenna dBi (For custom Radarconf).-dbm
to set TX power dBm (For custom Radarconf).
- New func for check root.
v1.0.1
For version 1.0.1:
- Additions:
Single Deep Scanning, a Gapcast feature that allows you to scan a single target in depth, obtaining multiple information.
Finally, some formatting bugs have been fixed and some functions have been modified.