-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Return Ascii Chars
Haoxi Tan edited this page Jan 8, 2020
·
2 revisions
-
Objective: Return the set of ascii chars
-
Authors: wade
-
Browsers: All
just sends back all ascii chars within printable range
var str = '';
for (var i=32; i<=127;i++) str += String.fromCharCode(i);
beef.net.send("<%= @command_url %>", <%= @command_id %>, str, beef.are.status_success());
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK