-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: List Files
Haoxi Tan edited this page Jan 7, 2020
·
2 revisions
-
Objective: List files via PhoneGap API
-
Authors: mh
-
Browsers: All
Uses the PhoneGap API to inspect the file system.
// use directoryentry to create directory reader
function gotDirEntry(dirEntry) {
var directoryReader = dirEntry.createReader();
directoryReader.readEntries(success,fail);
}
// use getDirectoy to create reference to directoryentry
function gotFS(fileSystem) {
fileSystem.root.getDirectory(directory, null, gotDirEntry, fail);
}
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK