Skip to content

Commit

Permalink
Fixed some typos and removed /wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberknight777 committed Jun 18, 2021
1 parent f5a4035 commit 95b4c2a
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions blog/releases/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ visible: true
### PWN-Term 2.2.2

##### Downloads
* [Mirror-1](https://raw.githubusercontent.com/PWN-Term/wiki/main/files/2.2.2.apk)
* [Mirror-1](https://raw.githubusercontent.com/PWN-Term/pwn-term.github.io/main/files/2.2.2.apk)
* [Mirror-2](https://anonfiles.com/N7o1b500uc/2.2.2_apk)

##### Requirements
Expand All @@ -30,12 +30,12 @@ visible: true
##### Important
* This release requires clean install, so backup needed stuff to /sdcard/somewhere and move back after install
* This happened because i have used debug keys to make releases (This wont happen again, sorry)
* Beside rooted users can overcome it by renaming /data/data/hilled.pwnterm to something else until new app is installed (And changing it back after new app install)
* Rooted users can overcome it by renaming /data/data/hilled.pwnterm to something else until new app is installed (And changing it back after new app install)

##### Notes!!!
* NEEDS CLEAN INSTALL (As debug keys changed)
* In android Q+ you may need root perm to use "setenforce 0" (Only if terminal cant satrt up)
* To apply update for older scripts (As app wont update these automatically), do the following
* In android Q+ you may need root perm to use "setenforce 0" (Only if terminal cant start up)
* To apply update for older scripts (As app won't update these automatically), do the following
rm -rf /data/data/hilled.pwnterm/files/home/.pwnterm/script/*
* And restart the app fully (Force stop)

Expand Down
10 changes: 5 additions & 5 deletions home/default.md → default.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ visible: true
## Here you can find some guides for PWN-Term

### Pages
* [Installing](https://pwn-term.github.io/wiki/installing/default.html)
* [Other](https://pwn-term.github.io/wiki/other/default.html)
* [Releases](https://pwn-term.github.io/wiki/blog/releases/blog.html)
* [Installing](https://pwn-term.github.io/installing/default.html)
* [Other](https://pwn-term.github.io/other/default.html)
* [Releases](https://pwn-term.github.io/blog/releases/blog.html)

### Community channel
* Telegram app is needed to join + App releases are posted there only
* Telegram app is needed to join + App releases are firstly posted there
* [Link to group](https://t.me/pwn_term)

### Kernel support
* Modified kernels are recommended that have System V and etc support. So here will be some channels that may have kernels for youre device
* Modified kernels are recommended that have System V and etc support. So here will be some channels that may have kernels for your particular device
* [Neternels](https://t.me/neternels_chat)
* [Team420](https://t.me/team420nethunter)

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<meta http-equiv="Refresh" content="0; url='https://pwn-term.github.io/wiki/home/default.html'" />
<meta http-equiv="Refresh" content="0; url='https://pwn-term.github.io/default.html'" />
</head>
<body>
<h3>Auto forward...</h3>
Expand Down
6 changes: 3 additions & 3 deletions installing/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ title: Installations

### Wiki of installing things
#### Rootfs
* Installing and setting up rootfs [HERE](https://pwn-term.github.io/wiki/installing/rootfs/default.html)
* Installing and setting up rootfs [HERE](https://pwn-term.github.io/installing/rootfs/default.html)

#### Metasploit
* Installing and setting up Metasploit [HERE](https://pwn-term.github.io/wiki/installing/metasploit/default.html)
* Installing and setting up Metasploit [HERE](https://pwn-term.github.io/installing/metasploit/default.html)

#### Desktop env
* Installing and setting up Desktop env-s [HERE](https://pwn-term.github.io/wiki/installing/desktop-environment/default.html)
* Installing and setting up Desktop env-s [HERE](https://pwn-term.github.io/installing/desktop-environment/default.html)
4 changes: 2 additions & 2 deletions installing/metasploit/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ title: 'Installing Metasploit'
```
apt update && apt install apt install -y metasploit-framework
```
* If it asks for credentials then you can leave username as you like put give it a 6+ char password so the db init wont fail.
* If it asks for credentials then you can leave username as you like put give it a 6+ char password so the db init won't fail.

#### Common problems and fixes
##### msfdb database wont work
```
root && cd opt/metasploit-framework
msfdb delete && msfdb init && msfdb start
```
```
4 changes: 2 additions & 2 deletions installing/rootfs/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: 'Installing RootFS'

#### 2.1.6 and newer
##### Getting apk
* You can get apk from [PWN-Term](http://martiniweb.epizy.com/blog/releases)
* You can get apk from [PWN-Term](http://pwn-term.github.io/blog/releases/blog.html)

#### Installing
##### Online variant
Expand All @@ -21,4 +21,4 @@ title: 'Installing RootFS'
* Install the apk
* [BOOTSTRAP](https://gitlab.com/pwn-hunter/apt-repository/-/raw/rolling/boot/bootstrap-aarch64.zip)
* Open the app and choose "Local Zip file setup" setup and press three dots to choose bootstrap
* Then press "DO THE THING!"
* Then press "DO THE THING!"
10 changes: 5 additions & 5 deletions other/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ title: Other

### Wiki of installing things
#### Nethunter
* Nethunter related [HERE](https://pwn-term.github.io/wiki/other/nethunter/default.html)
* Nethunter related [HERE](https://pwn-term.github.io/other/nethunter/default.html)

#### DEB Creation
* Package creation [HERE](https://pwn-term.github.io/wiki/other/package-creation/default.html)
* Package creation [HERE](https://pwn-term.github.io/other/package-creation/default.html)

#### Gradle
* Building apk with gradle [HERE](https://pwn-term.github.io/wiki/other/gradle-apk/default.html)
* Building apk with gradle [HERE](https://pwn-term.github.io/other/gradle-apk/default.html)

#### Docker.io
* Using docker in android [HERE](https://pwn-term.github.io/wiki/other/docker/default.html)
* Using docker in android [HERE](https://pwn-term.github.io/other/docker/default.html)

#### Sources
* Sources [HERE](https://pwn-term.github.io/wiki/other/sources/default.html)
* Sources [HERE](https://pwn-term.github.io/other/sources/default.html)
6 changes: 3 additions & 3 deletions other/docker/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ apt install docker
```

#### Root user bash
* so sudo dosent need to be used
* so sudo doesn't need to be used

```
$ clear && sudo bash
Expand All @@ -46,7 +46,7 @@ $ dockerd &>/dev/null &
* Pulling Alpine

```
$ dokcer pull arm64v8/alpine
$ docker pull arm64v8/alpine
```

* Logging into session (All changes will be reverted after rerunning new run)
Expand Down Expand Up @@ -89,7 +89,7 @@ $ sudo docker run -i --tty --net=host alpine1
```
* And youre done
* It can be reddone for committed container for further changes
* It can be redone for committed container for further changes

#### Removing commit containers/images
* List current images (Also copy IMAGE_ID)
Expand Down
6 changes: 3 additions & 3 deletions other/gradle-apk/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: 'Build apk with gradle'
---

### Compiling APK's with gradle
### Compiling APKs with gradle

#### README
* Gradle can only use android-build-tools version 29.0.3 as this is only one that works for now.
* Gradle can only use android-build-tools version 29.0.3 as this is the only one that works for now.

#### Adding canary repo (As its beta feature still)
1. Open "package settings" menu
Expand Down Expand Up @@ -55,4 +55,4 @@ gradle-aapt2fix -p fullpathhere
```
$ ./gradlew assemble
```
* Now you should have an built apk in: build/outputs/apk/(Debug or Release)/something.apk
* Now you should have an built apk in: build/outputs/apk/(Debug or Release)/something.apk
4 changes: 2 additions & 2 deletions other/nethunter/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: NetHunter
## NetHunter + PWN-Term
### Requirements
* PWN-Term (2.1.4 or better, available at telegram)
* Apt repo on (Rolling)
* Apt repo on (Rolling)

### Installation
#### Uninstalling old nhapps
Expand All @@ -23,4 +23,4 @@ title: NetHunter
* Now close terminal and open nhapp for testing

#### Known bugs
* [1] Sometimes terminal opens without the session that intent made: (Tempfix: close term and reopen it from notifications)
* [1] Sometimes terminal opens without the session that intent made: (Tempfix: close term and reopen it from notifications)

0 comments on commit 95b4c2a

Please sign in to comment.