Skip to content

Commit

Permalink
Markdown files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
FYI-PSA committed May 2, 2023
1 parent b6df3a2 commit d43a4dd
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
37 changes: 28 additions & 9 deletions Dictator/Instructions.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,35 @@
# WIP
________________

## Install

*###WIP
*normal install : curl from /release/latest, put into /.local/bin/
*compile : git clone, then just go into /Dictator/ and `mkdir Compiled; g++ Code/main.cpp -o Compiled/Dictator --std=c++20`
* ### _Windows:_
- Download the [latest release of dictator for Windows](https://GitHub.com/Funtime-UwU/Hat/releases/latest)
- Simply launch the executable from CMD or PowerShell

## How to use
* ### _Linux/Mac:_
- Download the [latest release of dictator for Linux/Mac](https://GitHub.com/Funtime-UwU/Hat/releases/latest)
- Run the following command in the same folder as your downloaded executable:

> (Replace {FILE} with the name of the file you just downloaded)
*This part will probably be a more readable version of the --help flags
*WIP
* ```sudo chmod a+x ./{FILE}; cp ./{FILE} ~/.local/bin/dictator;```
- You may now launch dictator at any time from your console by entering `dictator`

## Config files
________________

*Literally just the config-help.txt with some markdown
## Compiling from source
* Dictator does not have many dependencies, you can compile it by navigating to /Dictator/ in the sourc folders and then entering:

* `mkdir Compiled; g++ Code/main.cpp -o Compiled/dictator --std=c++20`

________________

## Config files:
* [config-help.txt](/Dictator/config-help.txt)

________________

## More help on using the software
* All necessary information about using the software can be found by using the `--help` flag when executing

________________
27 changes: 4 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ________
* A dictionary generator for web crawlers and brute forcing!
* Configs: Configure things such as file name and extension, prefix and suffix.
* You can also set some details that the program normally asks you to automate the process and be more efficient
* [Currently only works on Windows]
* [Works on Linux,

### _**[Intall and Instructions](/Dictator/Instructions.md)**_

Expand All @@ -24,7 +24,7 @@ ________
* A simple keylogger.
* Can be toggled on and off or restarted.
* Shows logged data live in it's console, but will be able to save a session to a file. (You can change the location)
* [Very baisc prototype, only works on windows]
* [In prototyping...]

* ### _**Versteckt**_

Expand Down Expand Up @@ -53,14 +53,6 @@ ________
* _Social buster can do all of that!_
* Uses the core of Dictator to generate lists of user data, with the same configs available (in a future update).
* Interacts with the APIs or sometimes just brute forces GET requests to check for validity of users and if so, information about said user.
* [Needs the finished version of Dictator]

* ### _**Hexagon**_

* A software core with support for encrypting and decrypting many forms of encoded data, including normal Strings, Ascii, Binary, Hexadecimal, Base64, and Morse code.
* Has options for different sizes for each (for example two digit hexadecimal or 8 bit binary) with tweakable configs.
* Can be capable of making some encryptions unreversable but consistant, so you can use it as a weaker hashing algorithm. (Not recommended as it can be easily brute forced, ironically using tools from this app itself, lol)
* [Not Started]

* ### _**Hecktor**_

Expand All @@ -69,20 +61,9 @@ ________
* Settings can be tweaked to do almost everything Hexagon can do. (Not recommended to hash your files by accident!)
* [Needs the finished version of Hexagon]

* ### _**Knock Knock!**_

* Who's there? Why not check it out yourself! "Knock Knock" will (try to) open any file in any format and try to make it viewable for you.
* There will be a future update to automatically give information about the file type opened.
* Uses the cores of Hexagon, and expands upon them by actually trying to understand what it's trying to read.
* [Needs the finished version of Hexagon]

________

* ### Tools will be made with C/C++/C# (if possible). If you see Java or Python versions, then that module is in prototyping and not complete

________

## _Once everything is finished, they'll be combined into the main Top Hat, containing all and offering the best user tools, with a great feeling GUI!_
* ### The release versions of all tools will be written in a compiled language [e.g. C/C++/Rust], unless needing to be otherwise [e.g. Android releases]

________

Expand All @@ -100,7 +81,7 @@ ________

________

Thank you, have fun hacking!
Thank you for your time.

Written by :

Expand Down

0 comments on commit d43a4dd

Please sign in to comment.